| lake_clean | R Documentation | 
Currently the only operation is to standardize the units of numeric fields. See the output units with the unit_key_ function.
lake_clean(dt)
| dt | output of the lake_wiki function | 
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.