# NOT RUN {
its_match = oe_match("ITS Leeds", provider = "test", quiet = TRUE)
# ITS Leeds data are stored on github, which is not a standard provider.
# So we need to specify the provider parameter.
oe_download(
file_url = its_match$url,
file_size = its_match$file_size,
provider = "test"
)
# }
# NOT RUN {
iow_details = oe_match("Isle of Wight")
oe_download(
file_url = iow_details$url,
file_size = iow_details$file_size
)
Sucre_details = oe_match("Sucre", provider = "bbbike")
oe_download(
file_url = Sucre_details$url,
file_size = Sucre_details$file_size,
download_directory = tempdir()
)
# }
Run the code above in your browser using DataLab