newParameterList | R Documentation |
Create a new parameter list element. A parameter list is an unnumbered list of the form param_1 = value_1, ..., param_n = value_n where param_i is formated as a parameter and value_i is formatted as a value.
newParameterList(..., separator = " = ", exportId = NULL, protection = PROTECTION.PUBLIC)
... |
2n strings that will be concatenated to form the parameter-value pairs. Strings at positions 1, ..., 2n - 1 will be treated as parameters 1 through n and strings at positions 2, ..., 2n will be treated as values 1 through n. |
separator |
String to be used to separate parameters and values. Whitespace characters need to be supplied if required. |
exportId |
Unique string to identify this element.
Used to retrieve the element using
|
protection |
Procection level. One of PROTECTION.PUBLIC, PROTECTION.GROUP, PROTECTION.PRIVATE. |
New element.
Nils Gehlenborg nils@hms.harvard.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.