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

Description Usage Arguments Examples

Description

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

Usage

1

Arguments

bddata

The dataframe to clean

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

} 

bdclean documentation built on May 1, 2019, 10:54 p.m.