splitstackshape: Stack and Reshape Datasets After Splitting Concatenated Values

Online data collection tools like Google Forms often export multiple-response questions with data concatenated in cells. The concat.split (cSplit) family of functions splits such data into separate cells. The package also includes functions to stack groups of columns and to reshape wide data, even when the data are "unbalanced"—something which reshape (from base R) does not handle, and which melt and dcast from reshape2 do not easily handle.

Version: 1.4.2
Depends: R (≥ 2.10), data.table (≥ 1.9.4)
Published: 2014-10-23
Author: Ananda Mahto
Maintainer: Ananda Mahto <ananda at mahto.info>
BugReports: http://github.com/mrdwab/splitstackshape/issues
License: GPL-3
URL: http://github.com/mrdwab/splitstackshape
NeedsCompilation: no
Materials: README NEWS
CRAN checks: splitstackshape results

Downloads:

Reference manual: splitstackshape.pdf
Package source: splitstackshape_1.4.2.tar.gz
Windows binaries: r-devel: splitstackshape_1.4.2.zip, r-release: splitstackshape_1.4.2.zip, r-oldrel: splitstackshape_1.4.2.zip
OS X Mavericks binaries: r-release: splitstackshape_1.4.2.tgz, r-oldrel: splitstackshape_1.4.2.tgz
Old sources: splitstackshape archive

Reverse dependencies:

Reverse imports: rodham