npn_get_data: Download NPN Data

View source: R/npn_data_download.R

npn_get_dataR Documentation

Download NPN Data

Description

Generic utility function for querying data from the NPN data services.

Usage

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
)

Arguments

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.

Value

Data table of the requested data. NULL if a download_path was specified.


usa-npn/rnpn documentation built on Feb. 4, 2024, 7:29 a.m.