Check whether the href attribute contains "search_term" or not

find_search_term(about_links, search_term, base_url = "http://example.com")

Arguments

about_links

A dataframe of three columns ("href", "link_text", and "link").

search_term

A search term.

base_url

A base URL (the base part of the web address)

Value

A dataframe of three columns ("href", "link_text", and "link") filtered by a search term and cleaned for later use in the workflow.