uncsv: uncsv

Description Usage Arguments Value Author(s) Examples

Description

convert character vector where each element is composed of comma separated elements, into a character vector.

Usage

1
uncsv(x, trim = TRUE)

Arguments

x

a character vector of length >= 1

trim

logical: trim whitespace? default=TRUE

Value

a character vector of words, split on comma's

Author(s)

Mark Cowley, 2012-07-16

Examples

1
2
uncsv("hello,quick,brown,fox")
# [1] "hello" "quick" "brown" "fox"	

drmjc/mjcbase documentation built on May 15, 2019, 2:27 p.m.