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

    Configuration options for the basic R pipe

    interface PipeConfiguration {
        assignLhs: boolean;
        pipePlaceholderName: BrandedIdentifier;
        returnLhs: boolean;
        rhsMightBeSymbol?: boolean;
    }
    Index

    Properties

    assignLhs: boolean

    this is for a pipe like %<>% which assigns its lhs

    pipePlaceholderName: BrandedIdentifier
    returnLhs: boolean

    Whether to return the lhs (e.g., with the TPipe)

    rhsMightBeSymbol?: boolean

    If so, also allow a symbol instead of a function as rhs, if it is the case, this automatically converts the symbol on the rhs to a function call