geomeaterials_ordering {OpenMindat} | R Documentation |
retrieve the geomaterials by an given ordering.
Description
: Queries the geomaterials by an given ordering.
Usage
geomeaterials_ordering(ord, ...)
Arguments
ord |
string of field. Prepend "-" to the field name for descending order. Enum: "approval_year" "id" "minstats__ms_locentries" "minstats__ms_photos" "name" "updttime" "weighting". |
... |
Further named parameters.Other optional arguments. |
Details
This function releated to the field "ordering" of geomaterials. ordering=-id - sort by id descending. Prepend "-" to the field name for descending order. fields:"approval_year" "id" "minstats__ms_locentries" "minstats__ms_photos" "name" "updttime" "weighting". retrieve the geomaterials by an given ordering.
Value
df, a data frame of geomaterials
Examples
## Not run:
df <-geomeaterials_ordering(-id)
## End(Not run)
[Package OpenMindat version 1.0.0 Index]