Description Usage Arguments Examples
download and combine NSIDC IMS data
| 1 2 | combine_IMS_data(resolution = 24, start_year = 1997, end_year = 2017,
  output_dir = tempdir())
 | 
| resolution | numeric spatial resolution to use in processing (4, 24) (default = 24) | 
| start_year | start year | 
| end_year | end year | 
| output_dir | where to store the final dataset (default = tempdir()) | 
| 1 2 3 4 5 6 | ## Not run: 
# download IMS scnow data for the default range 1997 - 2017
# and store in tempdir()
combine_IMS_data()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.