find_search_term: Check whether the href attribute contains "search_term" or...

View source: R/get_org_page_info.R

find_search_termR Documentation

Check whether the href attribute contains "search_term" or not

Description

Check whether the href attribute contains "search_term" or not

Usage

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.


snfagora/MapAgora documentation built on April 27, 2024, 8 a.m.