.parameterValueListFrom | R Documentation |
ParameterValue
into a list with 2 entries: paths
, values
.
A 3rd optional entry units
will be defined if the parameter addUnits
is set to TRUE
.
Note: Units are only available for .NET object of type ParameterValueWithUnit
Converts a list of .NET ParameterValue
into a list with 2 entries: paths
, values
.
A 3rd optional entry units
will be defined if the parameter addUnits
is set to TRUE
.
Note: Units are only available for .NET object of type ParameterValueWithUnit
.parameterValueListFrom(netParameterValues, addUnits = FALSE)
netParameterValues |
List of.NET |
addUnits |
If |
A list with 3 sublist: paths
, values
, and optionally units
containing the corresponding values from each parameter value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.