extract the URL of the webpage

extract_url(x)

Arguments

x

a request to open API

Value

an URL as a string

Examples

extract_url(x = get_openentreprise(.siren = "533735932"))
#> [1] "https://www.openentreprise.fr/edition-de-logiciels-applicatifs/533735932/data-publica"
# NOT RUN { extract_url(x = get_openentreprise(.siren = "533735932")) %>% browseURL() # }