Learn R Programming

isoWater (version 1.2.1)

wiDB_values: Obtain value lists for categorical fields in wiDB

Description

Obtain value lists for categorical fields in wiDB

Usage

wiDB_values(fields)

Value

named list. Each element is a vector or dataframe containing values for the named field.

Arguments

fields

character. One or more field names for which to obtain value lists. Limited to: "countries", "states", "types", and "projects".

Examples

Run this code
#List all projects in the wiDB
wiDB_values("projects")

Run the code above in your browser using DataLab