clean_reddData: Clean Redd Data

View source: R/clean_ReddData.R

clean_reddDataR Documentation

Clean Redd Data

Description

Processes the raw CDMS redd dataset and adds important fields for summaries (e.g., Survey Year, Reporting Group, Transect Name, Above Weir, etc.)

Usage

clean_reddData(data)

Arguments

data

raw CDMS redd dataset from cdmsR::getDatasetView(datastore = 78) or from CDMS dataset export

Author(s)

Ryan N. Kinzer

Examples

redd_dat <- cdmsR::getDatasetView(datastore = 78)
clean_reddData(redd_dat)

ryankinzer/cuyem documentation built on April 20, 2024, 2:10 p.m.