get_cellrn: Get cell and row number

Description Usage Arguments Details Value Examples

View source: R/syn2.R

Description

Get cell and row number

Usage

1

Arguments

x

a vector of character strings

Details

if x is "aa.x_a_1_f_1" returns "a_1_f_1"

Value

a vector of character strings

Examples

1
2
3
4
5
6
get_cellrn("AA.char1_La_Ld_Lrn1")
data(TtableA);
unique(get_cellrn(names(TtableA)))
#Second example: no transposing variables
data(TtableB);data(XKB)
unique(get_cellrn(names(XKB)))

DanielBonnery/BigSyn documentation built on June 28, 2020, 7:18 p.m.