parseEdits | R Documentation |
This function wraps the native parse
function in a tryCatch
.
The function is editrules
internal. It tries to give a meaningfull error message when
parsing fails for some reason.
parseEdits(E, type = c("all", "num", "cat", "mix"))
E |
|
type |
optional filter for type of edit, may be |
The edits in E
parsed to R expressions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.