y_rmvars: Remove/strip variable names

View source: R/y-fn.R

y_rmvarsR Documentation

Remove/strip variable names

Description

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).

Usage

y_rmvars(x)

Arguments

x

yacas command

Examples

cmd <- "{x == 2, y == 4}"
yac_str(cmd)
yac_str(y_rmvars(cmd))


ggrothendieck/ryacas documentation built on July 5, 2023, 10:07 p.m.