Package: readbulk
Type: Package
Version: 1.1.2
Date: 2019-02-02
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",
            comment = c(ORCID = "0000-0002-0853-9364")),
    person("Felix", "Henninger", role = "aut",
        email= "mailbox@felixhenninger.com",
        comment = c(ORCID = "0000-0002-7730-9511"))
    )
URL: https://github.com/pascalkieslich/readbulk
BugReports: https://github.com/pascalkieslich/readbulk/issues
License: GPL-3
Depends: R (>= 3.1.0)
Imports: utils, plyr, jsonlite
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-02-02 13:02:53 UTC; Pascal
Author: Pascal J. Kieslich [aut, cre] (<https://orcid.org/0000-0002-0853-9364>),
  Felix Henninger [aut] (<https://orcid.org/0000-0002-7730-9511>)
Repository: CRAN
Date/Publication: 2019-02-02 13:20:03 UTC
