getElementNames {OpenRepGrid} | R Documentation |
Retrieve element names of repgrid object.
Description
Function for convenience, so new users do not have to deal with object slots as they will typically not have knowledge about R object structures (S3, S4).
Usage
getElementNames(x)
Arguments
x |
|
Value
vector Vector containing the names of the elements.
Deprecated functions
getElementNames()
,
getElementNames2()
, and eNames()
have been deprecated.
Instead use elements()
.
[Package OpenRepGrid version 0.1.16 Index]