bdclean (version 0.1.15)

cleaning_function: Data decision function (binary decision) required in bdclean internal usage.

Description

NOTE: This is an package internal function. Do not use for external uses. Exported to make it available for shiny app.

Usage

cleaning_function(bddata)

Arguments

bddata

The dataframe to clean

Examples

Run this code
# NOT RUN {
if(interactive()){

library(rgbif)
occdat <- occ_data(
  country = 'AU', # Country code for australia
  classKey = 359, # Class code for mammalia
  limit = 50 # Get only 50 records
)
myData <- occdat$data
cleaned_data <- cleaning_function(myData)

} 

# }

Run the code above in your browser using DataCamp Workspace