-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.92 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: bulkreadr
Title: The Ultimate Tool for Reading Data in Bulk
Version: 1.1.1
Authors@R: c(
person("Ezekiel", "Ogundepo", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3974-2733")),
person("Ernest", "Fokoue", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-0748-9166")),
person("Golibe", "Ezeechesi", , "[email protected]", role = "ctb"),
person("Fatimo", "Adebanjo", , "[email protected]", role = "ctb"),
person("Isaac", "Ajao", , "[email protected]", role = "ctb")
)
Description: Designed to simplify and streamline the process of reading
and processing large volumes of data in R, this package offers a
collection of functions tailored for bulk data operations. It enables
users to efficiently read multiple sheets from Microsoft Excel and
Google Sheets workbooks, as well as various CSV files from a
directory. The data is returned as organized data frames, facilitating
further analysis and manipulation. Ideal for handling extensive data
sets or batch processing tasks, bulkreadr empowers users to manage
data in bulk effortlessly, saving time and effort in data preparation
workflows. Additionally, the package seamlessly works with labelled
data from SPSS and Stata.
License: MIT + file LICENSE
URL: https://github.com/gbganalyst/bulkreadr, https://gbganalyst.github.io/bulkreadr/
BugReports: https://github.com/gbganalyst/bulkreadr/issues
Depends:
purrr
Imports:
curl,
dplyr,
fs,
googlesheets4,
haven,
inspectdf,
labelled,
lubridate,
magrittr,
methods,
openxlsx,
readr,
readxl,
rlang,
sjlabelled,
stats,
stringr,
tibble,
tidyr
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1