CommonFix | R Documentation |
CommonFix is used in conjunction with GreenLight to apply "no-loss" changes to a data set
CommonFix(data, fix, area)
data |
The data frame to be fixed. |
fix |
The character string vector of the names of the fixes to be applied. |
area |
The project area designation. |
Commonfix will take "yellow light" issues and apply a known treatment to fix offending issues. The list of fixes includes
Seat - changes lower to uppercase, flips the characters (FR, FL, RL to RF, LF, LR)
Observer - changes lower to uppercase
Swan - breaks up a nest-only observation into 2 observations
Obs_Type - changes open 2 or open 1 SWAN to pair or single, changes SWANN to open 1
Species - changes incorrect or outdated species codes to current ones
data frame of fixed columns
Charles Frost, charles_frost@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.