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

    Function replProcessAnswer

    • This function interprets the given expr as a REPL command (see repl for more on the semantics).

      Parameters

      • analyzer: FlowrAnalyzer

        The flowR analyzer to use.

      • output: ReplOutput

        Defines two methods that every function in the repl uses to output its data.

      • expr: string

        The expression to process.

      • allowRSessionAccess: boolean

        If true, allows the execution of arbitrary R code.

      Returns Promise<void>