View source: R/get_org_page_info.R
find_search_term | R Documentation |
Check whether the href attribute contains "search_term" or not
find_search_term(about_links, search_term, base_url = "http://example.com")
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) |
A dataframe of three columns ("href", "link_text", and "link") filtered by a search term and cleaned for later use in the workflow.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.