Description Usage Arguments Examples
NOTE: This is an package internal function. Do not use for external uses. Exported to make it available for shiny app.
1  | cleaning_function(bddata)
 | 
bddata | 
 The dataframe to clean  | 
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)
} 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.