wqx_results: Convert Results to WQX Format

View source: R/wqx.R

wqx_resultsR Documentation

Convert Results to WQX Format

Description

Extracts results from database and returns data frame in WQX format

Usage

wqx_results(ch, projects, locations = NULL, start_date = "1900-01-01",
  end_date = "2099-01-01")

Arguments

ch

Open connection handle to database

projects

Vector of ProjectIDs

locations

Vector of LocationIDs (default=NULL to get all locations)

start_date

Start date of results to export

end_date

End date of results to export

Value

data frame of results in WQX format


walkerjeffd/myrwaR documentation built on Nov. 14, 2024, 1:25 p.m.