get_cell: get cell without the row number

Description Usage Arguments Details Value Examples

View source: R/syn2.R

Description

get cell without the row number

Usage

1
get_cell(x, iscellrn = FALSE, iscell = FALSE)

Arguments

x

a vector of character strings

Details

if x is "aa.xoijj_a_1_f_1_" returns "a_1_f"

Value

a vector of character strings

Examples

1
2
3
4
5
get_cell("aa.x_1_2_3_4")#default
get_cell("1_2_3",TRUE)
get_cell("1_2_3",FALSE,TRUE)
unique(Tsampledata(TRUE)$variables))
unique(get_cell(Tsampledata(FALSE)$variables))

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