mrdwab/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.

Getting started

Package details

AuthorAnanda Mahto
MaintainerAnanda Mahto <mrdwab@gmail.com>
LicenseGPL-3
Version1.4.8
URL http://github.com/mrdwab/splitstackshape
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mrdwab/splitstackshape")
mrdwab/splitstackshape documentation built on May 23, 2019, 7:16 a.m.