View source: R/npn_data_download.R
npn_get_data | R Documentation |
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
)
url |
The URL of the service endpoint to request data from |
download_path |
String, optional file path to the file for which to output the results. |
always_append |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.