View source: R/isd_file_name_local.R
isd_file_name_local | R Documentation |
Function to build local file name from ISD data file URL.
isd_file_name_local(file, directory = NA, extension = "rds")
file |
Vector of remote ISD data file URLs. |
directory |
Directory to add to file name (optional). |
extension |
File type extension to append. |
fs path.
Stuart K. Grange
isd_file_name_local( "https://www.ncei.noaa.gov/data/global-hourly/access/2018/11290099999.csv" ) isd_file_name_local( "https://www.ncei.noaa.gov/data/global-hourly/access/2018/11290099999.csv", directory = "~/Desktop" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.