View source: R/remove_skewed.R
remove_skewed | R Documentation |
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".
remove_skewed(df, info.withheld = "informationWithheld")
df |
A data frame downloaded with |
info.withheld |
Default = "informationWithheld". The name of the information withheld column in the data frame. |
This function requires no additional packages.
A data frame with records remove only records for which locality was skewed.
cleaned_data <- remove_skewed(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.