View source: R/class_core_parameter_set.R
obtain | R Documentation |
Fetch a parameter from a parameter set.
obtain(x, ..., output)
## S3 method for class 'ParameterSet'
obtain(x, ..., output = c("named", "labeled", "value", "list"))
fetch(x, ..., output)
## S3 method for class 'ParameterSet'
fetch(x, ..., output = c("named", "labeled", "value", "list"))
x |
The |
... |
One or more variables specified as:
|
output |
A character defining the output type as follows:
|
## Not run:
getDesignInverseNormal() |> fetch(kMax)
getDesignInverseNormal() |> fetch(kMax, output = "list")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.