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

    Which arguments of a call are non-standardly evaluated: every argument, all but the (data) first one, or only the first one.

    Index

    Enumeration Members

    Enumeration Members

    All: "all"

    every argument, e.g. the operands of a formula ~ or aes(x, y)

    AllButFirst: "all-but-first"

    all but the first, e.g. subset(data, col > 1) where the first argument is the data object

    First: "first"

    only the first, e.g. the native routine name in .C(routine, ...)