getParameters | R Documentation |
GRN
object.Retrieve parameters for previously used function calls and general parameters for a GRN
object.
getParameters(GRN, type = "parameter", name = "all")
GRN |
Object of class |
type |
Character. Default |
name |
Character. Default |
The same GRN
object, with added data from this function.
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() params.l = getParameters(GRN, type = "parameter", name = "all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.