treatments: Return treatments completed for each project.

View source: R/treatments.R

treatmentsR Documentation

Return treatments completed for each project.

Description

Return treatments completed for each project.

Usage

treatments(owri.db, complete.years = NA, huc8 = NA)

Arguments

owri.db

The path and file name of the owri SQLite database.

complete.years

Vector of numeric years used to fetch projects. Only projects completed in these years will be summarized. Default is NA resulting in summary of all years in the database.

huc8

Vector of numeric HUC8 codes used to fetch projects. Only projects within the HUC8 will be summarized. Default is NA resulting in summary of all HUC8 codes in the database.

Value

Dataframe with the quantity treatments implemented for each project.


DEQrmichie/owri documentation built on Feb. 18, 2025, 10:22 a.m.