getSymbols {cOde}R 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"))

[Package cOde version 1.1.1 Index]