Skip to contents

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 gators_download().

info.withheld

Default = "informationWithheld". The name of the information withheld column in the data frame.

Value

A data frame with records remove only records for which locality was skewed.

Details

This function requires no additional packages.

Examples

cleaned_data <- remove_skewed(data)