Package: readbulk
Type: Package
Version: 1.1.3
Date: 2020-08-24
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' <https://osdoc.cogsci.nl/>.
Maintainer: Pascal J. Kieslich <pascal.kieslich@gmail.com>
Authors@R: c(
    person(c("Pascal","J."), "Kieslich", role= c("aut", "cre"),
            email= "pascal.kieslich@gmail.com",
            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: 7.1.1
NeedsCompilation: no
Packaged: 2020-08-24 17:54:01 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: 2020-08-25 15:50:03 UTC
