getConstructNames2 {OpenRepGrid} | R Documentation |
Retrieve construct names in needed format.
Description
Retrieves the construct names from a repgrid
.
Usage
getConstructNames2(
x,
mode = 1,
trim = 20,
index = F,
sep = " - ",
pre = "(",
post = ") "
)
Arguments
x |
|
mode |
Type of output. 1= left and right pole
separated by |
trim |
Number of characters to trim the construct names to
(default |
index |
Logical. Whether to add a index number before the construct
names (default |
sep |
Separator string between poles. |
pre |
String before index number (default |
post |
String after index number (default |
Details
Different features like trimming, indexing and choices of separators allow to return the kind of format that is needed.
Value
Vector with construct names.
Examples
## Not run:
getConstructNames2(bell2010)
getConstructNames2(bell2010, mode = 2)
getConstructNames2(bell2010, index = T)
getConstructNames2(bell2010, index = T, mode = 3)
## End(Not run)
[Package OpenRepGrid version 0.1.18 Index]