Description Usage Arguments Value
View source: R/climate_locations.R
Environment Canada Historical Climate Locations
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | as_ec_climate_location(x, ...)
## S3 method for class 'ec_climate_location'
as_ec_climate_location(x, ...)
## S3 method for class 'double'
as_ec_climate_location(x, ...)
## S3 method for class 'integer'
as_ec_climate_location(x, ...)
## S3 method for class 'character'
as_ec_climate_location(x, ...)
is_ec_climate_location(x)
new_ec_climate_location(x)
validate_ec_climate_location(x)
## S3 method for class 'ec_climate_location'
as_tibble(x, ...)
## S3 method for class 'ec_climate_location'
as.data.frame(x, ...)
## S3 method for class 'ec_climate_location'
print(x, ...)
## S3 method for class 'ec_climate_location'
as.character(x, ...)
## S3 method for class 'ec_climate_location'
as.integer(x, ...)
## S3 method for class 'ec_climate_location'
as.numeric(x, ...)
## S3 method for class 'ec_climate_location'
x[i, ...]
|
x |
A vector to convert to EC historical climate locations |
... |
Not used in these functions |
i |
Used to subset an EC historical climate location vector |
An object of type ec_climate_location
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.