R/writing.R
as_c_num.Rd
Vector object as R input string
as_c_num(x) as_c_chr(x)
as_c_num(1:3) #> c(1, 2, 3) as_c_chr(1:3) #> c('1', '2', '3')