Package: bulkreadr
Title: The Ultimate Tool for Reading Data in Bulk
Version: 1.2.1
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: 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
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-07-28 18:54:21 UTC; admin
Author: Ezekiel Ogundepo [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-3974-2733>),
  Ernest Fokoue [ctb] (ORCID: <https://orcid.org/0000-0002-0748-9166>),
  Golibe Ezeechesi [ctb],
  Fatimo Adebanjo [ctb],
  Isaac Ajao [ctb]
Maintainer: Ezekiel Ogundepo <gbganalyst@gmail.com>
Repository: CRAN
Date/Publication: 2025-07-28 19:10:08 UTC
Built: R 4.6.0; ; 2025-11-13 05:34:58 UTC; windows
