Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


rmacrostrat (version 1.0.0)

get_stats: Retrieve Macrostrat database statistics

Description

A function to retrieve various statistics about each Macrostrat project in the Macrostrat database. Function is called without user-specified arguments.

Usage

get_stats()

Arguments

Value

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.

Developer(s)

William Gearty

Reviewer(s)

Bethany Allen

See Also

Macrostrat database metadata: def_projects(), def_references(), def_sources()

Examples

Run this code
# \donttest{
# Return all project statistics
ex1 <- get_stats()
# }

Run the code above in your browser using DataLab