RDefaultExpressionAttribute {SMRUCC.Rsharp.Runtime.Interop} .NET clr documentation

RDefaultExpressionAttribute

Description

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().

Declare

            
# namespace SMRUCC.Rsharp.Runtime.Interop
export class RDefaultExpressionAttribute extends RInteropAttribute {
   TypeId: any kind;
}

        

.NET clr type reference tree

  1. this class extends from RInteropAttribute class: RInteropAttribute
  2. use by property member TypeId: any kind

[Package {$package} version {$version} Index]