Description Usage Arguments Value Author(s) See Also Examples
Get the site specific paramter identifiers from a Process object.
1 2 | ## S3 method for class 'Process'
getSiteSpecificParamIds(this, ...)
|
this |
A Process object. |
... |
Not used. |
A charcter vector.
Botond Sipos, Gregory Jordan
For more information see Process
.
1 2 3 4 5 6 7 8 | # create process object
p<-Process()
# get site specific parameter identifiers
getSiteSpecificParamIds(p)
# via virtual field
p$siteSpecificParamIds
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.