: Queries the list of geomaterials that match an given synid.
Usage
geomaterials_synid(idnum,...)
Arguments
- idnum
integer,an given synonym id.
- ...,
Further named parameters.Other optional arguments.
Value
df, a data frame of geomaterials
Details
This function releated to the fields "synid" of geomaterials.
The id of the geomaterial that is the synonym of this record (this geomaterial cannot be added to a locality).
retrieve the geomaterials that has an given synid.
Examples
if (FALSE) { # \dontrun{
df <-geomaterials_synid(3777)
} # }