Package: bulkreadr Title: The Ultimate Tool for Reading Data in Bulk Version: 1.2.2.9000 Authors@R: c( person("Ezekiel", "Ogundepo", , "gbganalyst@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3974-2733")), person("Ernest", "Fokoue", , "epfeqa@rit.edu", role = "ctb", comment = c(ORCID = "0000-0002-0748-9166")), person("Golibe", "Ezeechesi", , "golibe.ezeechesi@gmail.com", role = "ctb"), person("Fatimo", "Adebanjo", , "adebanjofatimo2000@gmail.com", role = "ctb"), person("Isaac", "Ajao", , "isaacoluwaseyiajao@gmail.com", 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: R (>= 4.1.0), purrr Imports: curl, dplyr, fs, googlesheets4, haven, 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.2 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://gbganalyst.r-universe.dev Date/Publication: 2026-04-25 16:17:28 UTC RemoteUrl: https://github.com/gbganalyst/bulkreadr RemoteRef: HEAD RemoteSha: 634bfe01cf8f6cdd15547d7b7c2f25966f3c73d3 NeedsCompilation: no Packaged: 2026-07-04 07:22:20 UTC; root Author: Ezekiel Ogundepo [aut, cre] (ORCID: ), Ernest Fokoue [ctb] (ORCID: ), Golibe Ezeechesi [ctb], Fatimo Adebanjo [ctb], Isaac Ajao [ctb] Maintainer: Ezekiel Ogundepo