pbdb_example.RdA dataset of 5000 flowering plant fossil occurrences as example for data of the paleobiology Database, downloaded using the paleobioDB packages as specified in the vignette “Cleaning_PBDB_fossils_with_CoordinateCleaner”.
A data frame with 5000 observations on 36 variables.
The Paleobiology database https://paleobiodb.org/
Sara Varela, Javier Gonzalez Hernandez and Luciano Fabris Sgarbi (2016). paleobioDB: Download and Process Data from the Paleobiology Database. R package version 0.5.0. https://CRAN.R-project.org/package=paleobioDB.
#> Classes 'tbl_df', 'tbl' and 'data.frame': 11601 obs. of 12 variables: #> $ name : chr "A.N. Severtsov Institute of Ecology and Evolution, RUSSIAN ACADEMY OF SCIENCES" "Aarhus University" "Aarhus University, Science Museums" "Aathal Dinosaur Museum" ... #> $ decimallongitude : num 37.58 12.1 10.2 8.76 31.6 ... #> $ decimallatitude : num 55.7 55.7 56.2 47.3 40.7 ... #> $ city : chr "Moscow" "Aarhus C" "Aarhus" "Aathal" ... #> $ country : chr "RUS" "DNK" "DNK" "CHE" ... #> $ address : chr NA NA NA NA ... #> $ source : chr "GBIF" "grbioorg" "indexherbariorum" "wikipedia" ... #> $ type : chr "Research_centre" "University" "Herbarium" "Museum" ... #> $ geocoding.precision.m : num 1000 10 1000 1000 10 10 1000 1000 1000 10 ... #> $ geocoding.issue : chr NA NA NA NA ... #> $ geocoding.source : chr "RS" "automatic" "RS" "CD" ... #> $ inside.ptoected.area.WDPAID: int NA NA NA NA NA NA NA NA 555575282 NA ... #> - attr(*, "problems")=Classes 'tbl_df', 'tbl' and 'data.frame': 1 obs. of 5 variables: #> ..$ row : int 1547 #> ..$ col : chr "inside.ptoected.area.WDPAID" #> ..$ expected: chr "no trailing characters" #> ..$ actual : chr ".00E+03" #> ..$ file : chr "'institutions.csv'" #> - attr(*, "spec")=List of 2 #> ..$ cols :List of 12 #> .. ..$ name : list() #> .. .. ..- attr(*, "class")= chr "collector_character" "collector" #> .. ..$ decimallongitude : list() #> .. .. ..- attr(*, "class")= chr "collector_double" "collector" #> .. ..$ decimallatitude : list() #> .. .. ..- attr(*, "class")= chr "collector_double" "collector" #> .. ..$ city : list() #> .. .. ..- attr(*, "class")= chr "collector_character" "collector" #> .. ..$ country : list() #> .. .. ..- attr(*, "class")= chr "collector_character" "collector" #> .. ..$ address : list() #> .. .. ..- attr(*, "class")= chr "collector_character" "collector" #> .. ..$ source : list() #> .. .. ..- attr(*, "class")= chr "collector_character" "collector" #> .. ..$ type : list() #> .. .. ..- attr(*, "class")= chr "collector_character" "collector" #> .. ..$ geocoding.precision.m : list() #> .. .. ..- attr(*, "class")= chr "collector_double" "collector" #> .. ..$ geocoding.issue : list() #> .. .. ..- attr(*, "class")= chr "collector_character" "collector" #> .. ..$ geocoding.source : list() #> .. .. ..- attr(*, "class")= chr "collector_character" "collector" #> .. ..$ inside.ptoected.area.WDPAID: list() #> .. .. ..- attr(*, "class")= chr "collector_integer" "collector" #> ..$ default: list() #> .. ..- attr(*, "class")= chr "collector_guess" "collector" #> ..- attr(*, "class")= chr "col_spec"