Package: bulkreadr
Title: The Ultimate Tool for Reading Data in Bulk
Version: 1.0.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. With a collection of
    functions tailored for bulk data operations, the package allows users
    to efficiently read multiple sheets from 'Microsoft Excel'/'Google
    Sheets' workbooks and multiple CSV files from a directory.  It returns
    the data as organized data frames, making it convenient for further
    analysis and manipulation. Whether dealing with extensive data sets or
    batch processing tasks, 'bulkreadr' empowers users to effortlessly
    handle data in bulk, saving time and effort in data preparation
    workflows.
License: MIT + file LICENSE
URL: https://github.com/gbganalyst/bulkreadr
BugReports: https://github.com/gbganalyst/bulkreadr/issues
Depends: purrr
Imports: dplyr, curl, fs, googlesheets4, haven, inspectdf, 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-09-20 16:23:10 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-09-26 13:30:02 UTC
