the default string literal value of the parameter can be parsed end evaluated as R expression result.
RDefaultExpressionAttribute
00 Remarks
for example, there is an optional argument in package api:
<RDefaultExpressionAttribute>
Optional time As Object = "~now()"
then the default value of the parameter time can be the evaluated result of the default expression now().
01 Syntax
SMRUCC.Rsharp.Runtime.Interop.RDefaultExpressionAttribute
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ParseDefaultExpression | 1 |
03 Members
ParseDefaultExpression(
String)