interface ParseStepOutput {
    parsed: string;
}

Properties

Properties

parsed: string

The parsed AST of the R code as given by the R parse side