@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
5 lines (4 loc) • 325 B
TypeScript
import type { ReplCommand, ReplOutput } from './repl-main';
import type { KnownParser } from '../../../r-bridge/parser';
export declare function tryExecuteRShellCommand(output: ReplOutput, parser: KnownParser, statement: string, allowRSessionAccess: boolean): Promise<void>;
export declare const executeCommand: ReplCommand;