wiDB_values {isoWater} | R Documentation |
Obtain value lists for categorical fields in wiDB
wiDB_values(fields)
fields |
character. One or more field names for which to obtain value lists. Limited to: "countries", "states", "types", and "projects". |
named list. Each element is a vector or dataframe containing values for the named field.
#List all projects in the wiDB
wiDB_values("projects")