View source: R/get_org_page_info.R
find_possible_link | R Documentation |
Find a possible link based on a base URL
find_possible_link(base_url, possible_link)
base_url |
base URL (the base part of the web address) |
href |
possible_link Possible link |
If successful, the function returns a dataframe of three columns ("href", "link_text", "href"). href is "base." link_text is "Found without tree search." href is the URL. If not successful, the result is NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.