R/get_org_page_info.R
find_search_term.Rd
Check whether the href attribute contains "search_term" or not
find_search_term(about_links, search_term, base_url = "http://example.com")
A dataframe of three columns ("href", "link_text", and "link").
A search term.
A base URL (the base part of the web address)
A dataframe of three columns ("href", "link_text", and "link") filtered by a search term and cleaned for later use in the workflow.