Find a possible link based on a base URL

find_possible_link(base_url, possible_link)

Arguments

base_url

base URL (the base part of the web address)

href

possible_link Possible link

Value

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.