cvdata: cvdata

Description Usage Arguments Value

View source: R/cvdata.R

Description

Returns data from the NPS common view.

Usage

1
2
cvdata(fetch = "all", network = NA, park = NA, site = NA,
  characteristic = NA, data = "water")

Arguments

fetch

Indicates what you wish to retrive from the common view data service. Options are:

"basic"

Returns the measurement data from the common view.

"full"

Return the measurement data as well as metadata on the characteristics and sites.

"all"

Returns all data from the Datum, Characteristic", Site, Site, Date and Time tables of the common view.

network

A network four letter code in quotes. Only data on parks in that network will be returned.

park

A park four letter code in quotes. Only data from that park will be returned.

site

A site code in quotes. Only data from that site will be returned.

characteristic

A characterisitc name in quotees. Only data from that characteristic will be returned.

data

Indicates the type of data you are interesed in. Currently has no function as only water monitoring data can be retrieved.

Value

A data.frame with the selected data.


NCRN/npscv documentation built on May 7, 2019, 6 p.m.