interface ParseStepOutput<T> {
    parsed: T;
}

Type Parameters

  • T

Properties

Properties

parsed: T

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