remove_skewed {gatoRs} | R Documentation |
Used in basic_locality_clean() - Removed skewed locality
Description
The remove_skewed()
function identifies and removes records where locality has been skewed. Records are considered skewed if informationWithheld contains the string "Coordinate uncertainty increased".
Usage
remove_skewed(df, info.withheld = "informationWithheld")
Arguments
df |
A data frame downloaded with |
info.withheld |
Default = "informationWithheld". The name of the information withheld column in the data frame. |
Details
This function requires no additional packages.
Value
A data frame with records remove only records for which locality was skewed.
Examples
cleaned_data <- remove_skewed(data)
[Package gatoRs version 1.0.2 Index]