Last chance! 50% off unlimited learning
Sale ends in
powered by
An abbreviation of parse(keep.source = FALSE).
parse(keep.source = FALSE)
parse_only(code)
A character vector of the R source code.
R expressions.
expression
# NOT RUN { library(xfun) parse_only("1+1") parse_only(c("y~x", "1:5 # a comment")) parse_only(character(0)) # }
Run the code above in your browser using DataLab