# NOT RUN {
#return a list of sites that collect humidity data
getVars(vars="humidity")
#return a list of sites that collect soil temperature and/or wind data
getVars(vars=c("soil temperature","wind"))
#return a list of sites that collected snow depth data during 1970-01-01 thru 1985-05-10
getVars(vars = "snow depth",startVarsDate = "1970-01-01",endVarsDate = "1985-05-10")
# }
Run the code above in your browser using DataLab