Learn R Programming

webTRISr (version 0.2.0)

webtris_quality: Quality

Description

Quality

Usage

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

Examples

Run this code
# NOT RUN {
webtris_quality('7', start_date='01012017', end_date='01022017', daily=TRUE)
# }

Run the code above in your browser using DataLab