lake_clean: Clean output of lake_wiki

View source: R/clean.R

lake_cleanR Documentation

Clean output of lake_wiki

Description

Currently the only operation is to standardize the units of numeric fields. See the output units with the unit_key_ function.

Usage

lake_clean(dt)

Arguments

dt

output of the lake_wiki function

Examples

## Not run: 
dt <- lake_wiki(c("Lake Mendota","Flagstaff Lake (Maine)"))
dt_clean <- lake_clean(dt)

dt <- lake_wiki(c("Lake Mendota","Trout Lake (Wisconsin)"))
dt_clean <- lake_clean(dt)

## End(Not run)

jsta/wikilake documentation built on Jan. 10, 2023, 8:35 p.m.