View source: R/seaice_tabular.R
| sea_ice_tabular | R Documentation | 
Collects .csv files from NOAA, and binds them together into
a single data.frame. Data across years, with extent and area of ice.
sea_ice_tabular(...)
... | 
 Curl options passed on to crul::verb-GET - beware that curl options are passed to each http request, for each of 24 requests.  | 
An example file, for January, North pole:
https://sidads.colorado.edu/DATASETS/NOAA/G02135/north/monthly/data/N_01_extent_v3.0.csv
a value in any cell of -9999 indicates missing data
A data.frame with columns:
year (integer)
mo (integer)
data.type (character)
region (character)
extent (numeric)
area (numeric)
sea_ice()
## Not run: 
df <- sea_ice_tabular()
df
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.