getElementNames2: Retrieve element names in needed format.

View source: R/repgrid-elements.r

getElementNames2R Documentation

Retrieve element names in needed format.

Description

Retrieves the element names from a repgrid.

Usage

getElementNames2(x, trim = 20, index = F, pre = "(", post = ") ")

Arguments

x

repgrid object.

trim

Number of characters to trim the construct names to (default NA). NA will suppress trimming. The length of index is not included in the trimming.

index

Logical. Whether to add a index number before the construct names (default TRUE).

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 (trimmed) element names.

Examples

## Not run: 
 
 getElementNames2(bell2010)
 getElementNames2(bell2010, mode=2)
 getElementNames2(bell2010, index=T)
 getElementNames2(bell2010, index=T, trim=30)


## End(Not run)


OpenRepGrid documentation built on May 31, 2023, 5:33 p.m.