Learn R Programming

OpenMindat (version 1.0.1)

geomaterials_by_groupid: retrieve the geomaterials by an given value of groupid.

Description

: Queries the list of geomaterials that match an given groupid.

Usage

geomaterials_by_groupid(gid,...)

Value

df, a data frame of geomaterials

Arguments

gid

integer value. The id of the group to which this mineral belongs

...,

Further named parameters.Other optional arguments.

Details

This function releated to the field "groupid" of geomaterials. retrieve all the geomaterials that match an given groupid.

Examples

Run this code
if (FALSE) {
df <-geomaterials_by_groupid(0)
}

Run the code above in your browser using DataLab