Skip to contents

Vector object as R input string

Usage

as_c_num(x)

as_c_chr(x)

Examples

as_c_num(1:3)
#> c(1, 2, 3) 
as_c_chr(1:3)
#> c('1', '2', '3')