Parse R code and do not keep the source
An abbreviation of parse(keep.source = FALSE)
.
parse_only(code)
code |
A character vector of the R source code. |
R expression
s.
library(xfun) parse_only("1+1") parse_only(c("y~x", "1:5 # a comment")) parse_only(character(0))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.