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

    Parameters

    • output: ReplOutput

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

    • expr: string

      The expression to process.

    • shell: RShell

      The RShell to use (see repl).

    • allowRSessionAccess: boolean

      If true, allows the execution of arbitrary R code.

    Returns Promise<void>