
Last chance! 50% off unlimited learning
Sale ends in
A function to retrieve various statistics about each Macrostrat project in the Macrostrat database. Function is called without user-specified arguments.
get_stats()
A data.frame
containing the following columns:
project_id
: The unique identification number of the Macrostrat
project.
project
: The name of the Macrostrat project.
columns
: The number of Macrostrat columns associated with the
project.
packages
: The number of Macrostrat packages/sections
associated with the project.
units
: The number of Macrostrat units associated with the
project.
pbdb_collections
: The number of Paleobiology Database
collections associated with the project.
measurements
: The number of measurements associated with the
project.
t_polys
: The number of spatial polygons associated with the
project.
William Gearty
Bethany Allen
Macrostrat database metadata:
def_projects()
,
def_references()
,
def_sources()
# \donttest{
# Return all project statistics
ex1 <- get_stats()
# }
Run the code above in your browser using DataLab