FetchData.Rd
Function to fetch the data from Envirodata. This function is deprecated and get_wq_report_data should be used instead.
FetchData(
stations = NULL,
start_date,
end_date,
analytes,
media = NULL,
guidelines = NULL,
stMdGl = NULL,
includeQaQc = T
)
a character vector with the station names
a date string in format
a date string in format
a character vector with analytes to be fetched
a single media type
a character vector of guidelines to include
dataframe with existing combinations of stations, media types and guidelines. Column names are stationName, mediaType, guidelineNames
a logical value (T/F) to indicate whether to include QA/QC duplicates with the data