cvcharacteristics: cvcharacteristics

Description Usage Arguments Value

View source: R/cvcharacteristics.R

Description

Returns the name, other data for water quality charactersitcs that are avaialable through the NPS common view

Usage

1
2
cvcharacteristics(fetch = "name", network = NA, park = NA,
  data = "water")

Arguments

fetch

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

"name"

Returns the name of the characteristic

"full"

Return the: Charactersiticn name, substrate, sample fraction, category, display name, units, and details.

"all"

Returns all data from the "Characteristic" table 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 qoutes. Only data from that park 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

Either a vector with site codes or names, or a data.frame with all network data.


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