powered by
A function to retrieve the definitions for one or more economic resources in the Macrostrat database. By default, all economic definitions are returned.
def_econs(econ = NULL, econ_type = NULL, econ_class = NULL, econ_id = NULL)
A data.frame containing the following columns:
data.frame
econ_id: The unique identifier of the economic resource.
econ_id
name: The name of the economic resource.
name
type: The type of economic resource.
type
class: The class of economic resource.
class
color: The recommended coloring for units based on the dominant lithology.
color
t_units: The total number of Macrostrat units containing the economic resource.
t_units
character. The name of the economic resource (e.g., "gas reservoir") to return a definition for.
character
character. The type of economic resource (e.g., "hydrocarbon") to return a definition for.
character. The class of economic resource (e.g., "energy") to return a definition for.
integer. The unique identification number(s) of the economic resource(s) to return a definition for.
integer
Bethany Allen
William Gearty
Geologic features and attributes: def_environments(), def_grain_sizes(), def_lithologies(), def_lithology_att(), def_measurements(), def_minerals(), def_structures()
def_environments()
def_grain_sizes()
def_lithologies()
def_lithology_att()
def_measurements()
def_minerals()
def_structures()
# \donttest{ # Return all economic resource definitions econ_inf <- def_econs() # Return only definitions for hydrocarbon resources econ_inf <- def_econs(econ_type = "hydrocarbon") # }
Run the code above in your browser using DataLab