bdclean (version 0.1.15)

perform_Cleaning: Data decision function (threshold tuning) required in bdclean internal usage.

Description

NOTE: This is an package internal function. Do not use for external uses.

Usage

perform_Cleaning(flagged_data, cleaning_threshold = 5)

Arguments

flagged_data

The dataset with flags to be cleaned.

cleaning_threshold

The Cleaning tolerance. Not used in current version.

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 <- perform_Cleaning(myData)

} 
# }

Run the code above in your browser using DataLab