A function to retrieve mineral definitions from the Macrostrat
database based on user-specified arguments. If no arguments are provided,
all definitions are returned.
Usage
def_minerals(mineral = NULL, mineral_type = NULL, element = NULL)
Value
A data.frame containing the following columns:
mineral_id: The unique identification number of the mineral.
mineral: The name of the mineral.
mineral_type: The name of the type of mineral.
formula: The chemical formula of the mineral.
formula_tags: The chemical formula of the mineral with
appropriate sub/superscript html tags.