Learn R Programming

cOde (version 1.1.1)

getSymbols: 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

Run this code
# NOT RUN {
getSymbols(c("A*AB+B^2"))
# }

Run the code above in your browser using DataLab