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

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

    Index

    Enumeration Members

    Access: "builtin:acc"

    for subsetting operations, see processAccess

    Apply: "builtin:app"

    for the *apply family, see processApply

    Assignment: "builtin:assign"

    for assignments like <- and =, see processAssignment

    AssignmentLike: "builtin:assign-l"

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

    Attach: "builtin:attach"

    for attach calls that inject environment contents into the search path, see processAttach

    Break: "builtin:break"

    for break calls

    Default: "builtin:d"

    the default built-in processor, see defaultBuiltInProcessor

    DefaultReadAllArgs: "builtin:d-ra"

    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:el"

    for expression lists, see processExpressionList

    ForLoop: "builtin:fl"

    for for loops, see processForLoop

    Function: "function"

    We resolved a function call, similar to BuiltInProcName#Default

    FunctionDefinition: "builtin:f-def"

    for function definitions, see processFunctionDefinition

    Get: "builtin:get"

    for get calls, see processGet

    IfThenElse: "builtin:ite"

    for if-then-else constructs, see processIfThenElse

    Library: "builtin:lib"

    for library and require calls, see processLibrary

    List: "builtin:list"

    for list calls, see processList

    Local: "builtin:local"

    for local calls, see processLocal

    NewEnv: "builtin:nenv"

    for new.env and related environment-creation calls, see processNewEnv

    Pipe: "builtin:pipe"

    for the pipe operators, see processPipe

    PurrrFormula: "builtin:purrr-f"

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

    processPurrrFormula

    Quote: "builtin:quote"

    for quote, and other substituting calls, see processQuote

    Recall: "builtin:recall"

    for recall calls, see processRecall

    RegisterHook: "builtin:r-hook"

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

    RepeatLoop: "builtin:rl"

    for repeat loops, see processRepeatLoop

    Replacement: "builtin:repl"

    for replacement functions like names<-, see processReplacementFunction

    Return: "builtin:return"

    for return calls

    Rm: "builtin:rm"

    for rm calls, see processRm

    S3Dispatch: "builtin:s3-dp"

    for UseMethod calls, see processS3Dispatch

    S3DispatchNext: "builtin:s3-dp-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:s-bop"

    for special binary operators like %x%, see processSpecialBinOp

    Stop: "builtin:stop"

    for stop calls

    StopIfNot: "builtin:stopifnot"

    for stopifnot calls, see processStopIfNot

    SuperAssignment: "builtin:s-assign"

    for super-assignments like <<- and ->>, see processAssignment

    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:wl"

    for while loops, see processWhileLoop

    With: "builtin:with"

    for with calls that evaluate an expression inside a named environment, see processWithEnv