interface ParseRequiredInput {
    request: RParseRequests;
    shell: RShell | RShellExecutor;
}

Properties

Properties

The request which essentially indicates the input to extract the AST from

This is the RShell or RShellExecutor connection to be used to obtain the original parses AST of the R code