Learn R Programming

evitaicossa (version 0.0-1)

allsymbols: All symbols in an aaa object

Description

Function allsymbols() returns a character vector whose entries include all symbols of its argument.

Usage

allsymbols(a)

Value

Returns a character vector

Arguments

a

Object of class aaa

Author

Robin K. S. Hankin

Examples

Run this code
a <- raaaa()
a
allsymbols(a)

a[cbind(allsymbols(a))] == single(a)

Run the code above in your browser using DataLab