-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
29 lines (29 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: readbulk
Type: Package
Version: 1.1.4
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 <[email protected]>
Authors@R: c(
person(c("Pascal","J."), "Kieslich", role= c("aut", "cre"),
email= "[email protected]",
comment = c(ORCID = "0000-0002-0853-9364")),
person("Felix", "Henninger", role = "aut",
email= "[email protected]",
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
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.2.3