as.Sym.character: Convert character vector to yacas object

View source: R/Sym2.R

as.Sym.characterR Documentation

Convert character vector to yacas object

Description

Simple and raw conversion to yacas

Usage

## S3 method for class 'character'
as.Sym(x, ...)

Arguments

x

An R character vector.

...

Not used

Examples

x <- c("a", "2", "4", "c", "d", "6")
x
y <- as.Sym(x)
y
Eval(y, list(a = 3, c = 3, d = 3))


Ryacas0 documentation built on Jan. 12, 2023, 5:11 p.m.