webtris_quality: Quality

Description Usage Arguments Value Note Examples

View source: R/api_wrappers.R

Description

Quality

Usage

1
webtris_quality(siteID, start_date, end_date, daily = TRUE)

Arguments

siteID

either a single site ID or a list c(1,2,3). Daily data doesn't support a list of sites.

start_date

either a string in the format ddmmyy or a Date (lubridate)

end_date

either a string in the format ddmmyy or a Date (lubridate)

daily

TRUE or FALSE. If FALSE returns overall. Use FALSE when list of siteIDs.

Value

data.frame

Note

The API returns incorrect quality values for aggregated queries, fix is implemented on the client side.

Examples

1
webtris_quality('7', start_date='01012017', end_date='01022017', daily=TRUE)

webTRISr documentation built on Aug. 8, 2019, 1:03 a.m.