y_rmvars | R Documentation |
This only builds a yacas command.
You need to also call yac_str()
, yac_expr()
or similar.
This is the reason that it does not call yacas: it depends on how you
want it returned (string, expression).
y_rmvars(x)
x |
yacas command |
cmd <- "{x == 2, y == 4}" yac_str(cmd) yac_str(y_rmvars(cmd))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.