def_projects {rmacrostrat}R Documentation

Retrieve metadata for Macrostrat projects

Description

A function to obtain information concerning the different Macrostrat projects. If no arguments are specified (default), data for all projects are returned.

Usage

def_projects(project_id = NULL)

Arguments

project_id

integer. The unique identification number(s) of the desired project(s) to return a definition for.

Value

A data.frame containing:

Developer(s)

Bethany Allen

Reviewer(s)

Lewis A. Jones

See Also

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

Examples


 ex1 <- def_projects()
 ex2 <- def_projects(project_id = 4)


[Package rmacrostrat version 1.0.0 Index]