#download 30-minute, radiation data from NEON's Bartlett site for Summer 2016
nneo_wrangle(site_code="BART", time_start="2016-06-20",
time_end="2016-09-21", data_var="radiation")
#download 1-minute, dust data from NEON's Sterling (STER) site for 2017-03-04
nneo_wrangle(site_code="STER",time_start="2017-03-04",data_var="dust",
time_agr=60)
Run the code above in your browser using DataLab