Description Usage Arguments Value Author(s) Examples
a method for finding possible values for a given field
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | query(.Object, field, ...)
## S4 method for signature 'webdata,character'
query(.Object, field, ...)
## S4 method for signature 'webdata,missing'
query(.Object, field, ...)
## S4 method for signature 'character,missing'
query(.Object, field, ...)
## S4 method for signature 'webgeom,character'
query(.Object, field, ...)
## S4 method for signature 'webprocess,character'
query(.Object, field, ...)
|
.Object |
a |
field |
a plural parameter name for fields in .Object (e.g., 'variables', 'times') |
... |
additional arguments passed to methods |
a character vector of values corresponding to the query field specified
Jordan S. Read
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.