PipelineKeyword
01 Syntax
SMRUCC.Rsharp.Interpreter.ExecuteEngine.LINQ.PipelineKeyword
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| FixLiteral | 1 | 将字符串常量表示转换为变量引用 |
| Exec | 1 |
03 Members
FixLiteral(Expression)
将字符串常量表示转换为变量引用
Remarks
这个是因为list或者dataframe之中的对象名称可能含有非法字符 需要使用字符串常量来表示,这个函数将字符串常量表示转换为变量 对象引用
Parameters
| Name | Type | Description |
|---|---|---|
expr | Expression | - |
Exec(
IEnumerable(Of JavaScriptObject), ExecutableContext)