Package: readbulk
Type: Package
Version: 1.1.0
Date: 2016-10-25
Title: Read and Combine Multiple Data Files
Description: Combine multiple data files from a common directory.
    The data files will be read into R and bound together, creating a
    single large data.frame. A general function is provided along with
    a specific function for data that was collected using the open-source
    experiment builder 'OpenSesame' <http://osdoc.cogsci.nl/>.
Maintainer: Pascal J. Kieslich <kieslich@psychologie.uni-mannheim.de>
Authors@R: c(
    person(c("Pascal","J."), "Kieslich", role= c("aut", "cre"),
            email= "kieslich@psychologie.uni-mannheim.de"),
    person("Felix", "Henninger", role = "aut",
            email= "mailbox@felixhenninger.com")
    )
URL: https://github.com/pascalkieslich/readbulk
BugReports: https://github.com/pascalkieslich/readbulk/issues
License: GPL-3
Depends: R (>= 3.1.0)
Imports: utils, plyr
LazyData: TRUE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-10-25 18:42:09 UTC; Pascal
Author: Pascal J. Kieslich [aut, cre],
  Felix Henninger [aut]
Repository: CRAN
Date/Publication: 2016-10-25 23:06:40
