Package: bulkreadr
Title: The Ultimate Tool for Reading Data in Bulk
Version: 1.1.0
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
BugReports: https://github.com/gbganalyst/bulkreadr/issues
Depends: purrr
Imports: curl, dplyr, fs, googlesheets4, haven, inspectdf, labelled,
        lubridate, magrittr, openxlsx, readr, readxl, sjlabelled,
        stats, stringr, tibble
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-11-16 17:20:41 UTC; ezekiel.ogundepo
Author: Ezekiel Ogundepo [aut, cre] (<https://orcid.org/0000-0003-3974-2733>),
  Ernest Fokoue [ctb] (<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: 2023-11-16 22:13:55 UTC
