Description Usage Arguments Value Author(s) See Also Examples
Get the list of site specific parameters of a Process object. Every site specific parameter is a list storing the name, the identifier and the type of the given parameter.
1 2 | ## S3 method for class 'Process'
getSiteSpecificParamList(this, ...)
|
this |
A Process object. |
... |
Not used. |
A list of site specific parameters.
Botond Sipos, Gregory Jordan
For more information see Process
.
1 2 3 4 5 6 7 | # create a process object
p<-Process()
# get the list of site specific parameters
getSiteSpecificParamList(p)
# get it via virtual field
p$siteSpecificParamList
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.