Description Usage Arguments samplePassData sampleFailData targetDWCField checkCategory Examples
View source: R/quality_checks.R
Clean data based on earliest date.
1  | earliest_date(bddata, res = "1700-01-01")
 | 
bddata | 
 Bio diversity data in a data frame  | 
res | 
 The earliest data required  | 
When resolution is 20-Jan-2005, records recorded after the date will pass.
When resolution is 20-Jan-2005, records recorded before the date will fail.
eventDate
temporal
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
responses <- earliest_date(myData, '2000-01-01')
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.