Description Usage Arguments Value Examples
Read Environment Canada Climate CSVs
1 2 3 | read_ec_climate_hourly(file, pb = NULL, utc_offset = 0)
read_ec_climate_hourly_vector(file_vector, utc_offset = 0)
|
file |
A file, URL, or connection. Files ending in .gz, .bz2, .xz, or
.zip will be automatically uncompressed; URLs will be automatically
downloaded. See |
pb |
A progress bar or |
utc_offset |
Environment Canada provides dates and times in "local standard time", which has a fixed UTC offset (i.e., does not observe daylight savings time). |
file_vector |
A vector of files or URLs |
A tibble::tibble()
1 2 3 | ec_file <- bs_example("met/ec-climate_hourly_54199_2019_08.csv")
read_ec_climate_hourly(ec_file)
read_ec_climate_hourly_vector(ec_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.