Find a possible link based on a base URL
find_possible_link(base_url, possible_link)
base URL (the base part of the web address)
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.