@eagleoutice/flowr - v2.10.1
    Preparing search index...

    This contains all names of built-in function handlers and origins

    Index

    Enumeration Members

    Access: "builtin:access"

    for subsetting operations, see processAccess

    Apply: "builtin:apply"

    for the *apply family, see processApply

    Assignment: "builtin:assignment"

    for assignments like <- and =, see processAssignment

    AssignmentLike: "builtin:assignment-like"

    for assignment like functions that may do additional work, see processAssignmentLike

    Break: "builtin:break"

    for break calls

    Default: "builtin:default"

    the default built-in processor, see defaultBuiltInProcessor

    DefaultReadAllArgs: "builtin:default-read-all-args"

    Just a more performant variant of the default processor for built-ins that need to read all their arguments, see defaultBuiltInProcessor, this will still produce the origin BuiltIn.Default

    Eval: "builtin:eval"

    for eval calls, see processEvalCall

    ExpressionList: "builtin:expression-list"

    for expression lists, see processExpressionList

    ForLoop: "builtin:for-loop"

    for for loops, see processForLoop

    Function: "function"

    We resolved a function call, similar to BuiltInProcName#Default

    FunctionDefinition: "builtin:function-definition"

    for function definitions, see processFunctionDefinition

    Get: "builtin:get"

    for get calls, see processGet

    IfThenElse: "builtin:if-then-else"

    for if-then-else constructs, see processIfThenElse

    Library: "builtin:library"

    for library and require calls, see processLibrary

    List: "builtin:list"

    for list calls, see processList

    Local: "builtin:local"

    for local calls, see processLocal

    Pipe: "builtin:pipe"

    for the pipe operators, see processPipe

    PurrrFormula: "builtin:purrr-formula"

    Support for purrr's functional style of formulas with implicit arguments, for example, supports map(g, ~ .x + 2)

    Quote: "builtin:quote"

    for quote, and other substituting calls, see processQuote

    Recall: "builtin:recall"

    for recall calls, see processRecall

    RegisterHook: "builtin:register-hook"

    for on.exìt and other hooks, see processRegisterHook

    RepeatLoop: "builtin:repeat-loop"

    for repeat loops, see processRepeatLoop

    Replacement: "builtin:replacement"

    for replacement functions like names<-, see processReplacementFunction

    Return: "builtin:return"

    for return calls

    Rm: "builtin:rm"

    for rm calls, see processRm

    S3Dispatch: "builtin:s3-dispatch"

    for UseMethod calls, see processS3Dispatch

    S3DispatchNext: "builtin:s3-dispatch-next"

    for NextMethod calls, see processS3Dispatch

    S7Dispatch: "builtin:s7-dispatch"

    for S7_dispatch calls (and their implicit creations), see processS7Dispatch

    S7NewGeneric: "builtin:s7-new-generic"

    for new.generic calls, see processS7NewGeneric

    Source: "builtin:source"

    for source calls, see processSourceCall

    SpecialBinOp: "builtin:special-bin-op"

    for special binary operators like %x%, see processSpecialBinOp

    Stop: "builtin:stop"

    for stop calls

    StopIfNot: "builtin:stopifnot"

    for stopifnot calls, see processStopIfNot

    TableAssignment: "table:assign"

    support for := in subsetting assignments, see processAccess

    Try: "builtin:try"

    for try calls, see processTryCatch

    Unnamed: "unnamed"

    for unnamed directly-linked function calls

    Vector: "builtin:vector"

    for vector construction calls, see processVector

    WhileLoop: "builtin:while-loop"

    for while loops, see processWhileLoop