dot-convertRawList: Convert a list of vectors to a character vector with pasted...

.convertRawListR Documentation

Convert a list of vectors to a character vector with pasted elements

Description

Convert a list of vectors to a character vector with pasted elements

Usage

.convertRawList(l, keepNa = TRUE)

Arguments

l

unnamed list

keepNa

logical; whether to keep NA values or replace it with an empty list

Value

character

Note

Internal function only for convenience

Examples

l  = list(NA,c(2,3), 5)
RCX:::.convertRawList(l)

frankkramer-lab/RCX documentation built on Feb. 4, 2023, 5:12 p.m.