Function retrieveParseDataFromRCode
- retrieveParseDataFromRCode(request, shell): Promise<string>
Returns Promise<string>
- retrieveParseDataFromRCode(request, shell): string
Returns string
- retrieveParseDataFromRCode(request, shell): AsyncOrSync<string>
Returns AsyncOrSync<string>
Provides the capability to parse R files/R code using the R parser. Depends on RShell to provide a connection to R.
Throws if the file could not be parsed. If successful, allows further querying the last result with retrieveNumberOfRTokensOfLastParse.