getSymbols: Get symbols from a character

View source: R/symbolics.R

getSymbolsR Documentation

Get symbols from a character

Description

Get symbols from a character

Usage

getSymbols(char, exclude = NULL)

Arguments

char

Character vector (e.g. equation)

exclude

Character vector, the symbols to be excluded from the return value

Value

character vector with the symbols

Examples

getSymbols(c("A*AB+B^2"))

cOde documentation built on March 18, 2022, 6:54 p.m.

Related to getSymbols in cOde...