Description Usage Arguments Examples
View source: R/core_functions.R
Convert URLs (relative or absolute) to absolute URLs
| 1 | url_convert(url, base = attr(url, "base"))
 | 
| url | string of URL | 
| base | string of domain URL | 
| 1 2 3 | aec_website <- "http://www.aec.gov.au/Electorates/gis/gis_datadownload.htm"
find_files(aec_website, "zip")
find_files("https://catalog.data.gov/dataset?metadata_type=geospatial&_metadata_type_limit=0&q=%22Congressional%20Districts%22", "zip")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.