as.Sym.character | R Documentation |
Simple and raw conversion to yacas
## S3 method for class 'character' as.Sym(x, ...)
x |
An R character vector. |
... |
Not used |
x <- c("a", "2", "4", "c", "d", "6") x y <- as.Sym(x) y Eval(y, list(a = 3, c = 3, d = 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.