Const
Readonly
builtin:access: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: { Readonly
builtin:apply: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, __namedParameters: BuiltInApplyConfiguration) => DataflowInformation)Readonly
builtin:assignment: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: AssignmentConfiguration) => DataflowInformation)Readonly
builtin:default: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: DefaultBuiltInProcessorConfiguration) => DataflowInformation)Readonly
builtin:expression-Readonly
builtin:for-Readonly
builtin:function-Readonly
builtin:get: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation)Readonly
builtin:if-Readonly
builtin:library: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation)Readonly
builtin:pipe: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation)Readonly
builtin:quote: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: { Readonly
builtin:repeat-Readonly
builtin:replacement: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: { The last one has to be the value
Readonly
builtin:source: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: { Optional
forceshould this function call be followed, even when the configuration disables it?
Optional
includeshould this produce an explicit source function call in the graph?
Readonly
builtin:special-Readonly
builtin:while-
Processes an assignment, i.e.,
<target> <- <source>
. Handling it as a function call<-
(<target>, <source>)
. This includes handling of replacement functions (e.g.,names(x) <- ...
asnames<-
(x, ...)
).