Description Usage Arguments Value Examples
View source: R/wiDBfunctions.R
Obtain value lists for categorical fields in wiDB
1 | wiDB_values = function(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.
1 2 | #List all projects in the wiDB
wiDB_values("projects")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.