get_url {stats19} | R Documentation |
Convert file names to urls
Description
Convert file names to urls
Usage
get_url(
file_name = "",
domain = "https://data.dft.gov.uk",
directory = "road-accidents-safety-data"
)
Arguments
file_name |
Optional file name to add to the url returned (empty by default) |
domain |
The domain from where the data will be downloaded |
directory |
The subdirectory of the url |
Details
This function returns urls that allow data to be downloaded from the pages:
https://data.dft.gov.uk/road-accidents-safety-data/RoadSafetyData_2015.zip
Last updated: October 2020.
Files available from the s3 url in the default domain
argument.
Examples
# get_url(find_file_name(1985))
[Package stats19 version 3.0.3 Index]