allsymbols {evitaicossa} | R Documentation |
All symbols in an aaa object
Description
Function allsymbols()
returns a character vector whose entries
include all symbols of its argument.
Usage
allsymbols(a)
Arguments
a |
Object of class |
Value
Returns a character vector
Author(s)
Robin K. S. Hankin
Examples
a <- raaaa()
a
allsymbols(a)
a[cbind(allsymbols(a))] == single(a)
[Package evitaicossa version 0.0-1 Index]