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

Description Usage Arguments Examples

View source: R/decision_making.R

Description

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

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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)

} 

bd-R/bdclean documentation built on Oct. 7, 2021, 1:48 a.m.