Generic utility function for querying data from the NPN data services.
npn_get_data(
url,
query,
download_path = NULL,
always_append = FALSE,
six_leaf_raster = NULL,
six_bloom_raster = NULL,
agdd_layer = NULL,
additional_layers = NULL
)
The URL of the service endpoint to request data from
String, optional file path to the file for which to output the results.
Boolean flag. When set to true, then we always append data to the download path. This is used in the case of npn_get_data_by_year where we're making multiple requests to the same service and aggregating all data results in a single file. Without this flag, otherwise, each call to the service would truncate the output file.
Data table of the requested data. NULL if a download_path was specified.