find_possible_link: Find a possible link based on a base URL

View source: R/get_org_page_info.R

find_possible_linkR Documentation

Description

Find a possible link based on a base URL

Usage

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.


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