extract the URL of the webpage
extract_url(x)
| x | a request to open API |
|---|
an URL as a string
#> [1] "https://www.openentreprise.fr/edition-de-logiciels-applicatifs/533735932/data-publica"# NOT RUN { extract_url(x = get_openentreprise(.siren = "533735932")) %>% browseURL() # }