RDefaultExpressionAttribute {SMRUCC.Rsharp.Runtime.Interop} | .NET clr documentation |
the default string literal value of the parameter can be parsed end evaluated as R expression result.
for example, there is an optional argument in package api:
<@``T:SMRUCC.Rsharp.Runtime.Interop.RDefaultExpressionAttribute``>
Optional time As @``T:System.Object`` = "~now()"
then the default value of the parameter time can be the
evaluated result of the default expression now()
.
# namespace SMRUCC.Rsharp.Runtime.Interop
export class RDefaultExpressionAttribute extends RInteropAttribute {
TypeId: any kind;
}
TypeId
: any kind