# NOT RUN {
#return metadata of sites that were active from at least 1940-01-01 through 1970-04-18
getDates(startDate="1940-01-01",endDate = "1970-04-18")
#return metadata of sites that were active up through at least 1950-07-08
getDates(endDate = "1950-07-08")
#return metadata of sites that were active up through at least 1950-07-08
#and have an unknown start date:
getDates(endDate = "1950-07-08", includeUnk=TRUE)
# }
Run the code above in your browser using DataLab