## Not run: ------------------------------------
# # Variables
# ## All variables
# ncdc_leg_variables()
# ## Specific variables
# ### Air Temperature Observation
# ncdc_leg_variables(variable = "TMP")
# ### Snow Accumulation For The Month
# ncdc_leg_variables(variable = "AN1")
#
# # Sites
# head( ncdc_leg_sites() )
# ncdc_leg_sites(country_id = 1)
# ncdc_leg_sites(country_abbrev = 'CA')
# ncdc_leg_sites(state_id = 11)
# ncdc_leg_sites(state_abbrev = 'HI')
# ## site info
# ncdc_leg_site_info(station=71238099999)
#
# # Data
# ncdc_leg_data('isd', 71238099999, 'TMP', 200101010000, 200101312359)
# ncdc_leg_data('isd', 71238099999, 'TMP', 200101, 200201)
## ---------------------------------------------
Run the code above in your browser using DataLab