THIS FUNCTION DOESN'T WORK YET

sp_query(variable = NULL, source = NULL)

Arguments

variable

Query for a variable

source

Query for a data source

Author

Scott Chamberlain

Examples

if (FALSE) { # THESE DON'T ACTUALLY WORK YET... # Query by data variable sp_query(variable = "precipitation") sp_query(variable = "temperature") # Query by data variable sp_query(source = "noaa") # Query by spatial resolution sp_query(spatial_res = "noaa") # Query by temporal resolution sp_query(temporal_res = "weekly") # Query by spatial coverage sp_query(spatial_coverage = "global") # Query by temporal coverage sp_query(temporal_coverage = "1950:1970") # Query by license sp_query(license = "CC0") }