parse_only | R Documentation |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.