Package: excelstrippr
Type: Package
Title: Extracts Tabular Data from Excel Reports
Version: 0.1.2
Authors@R: 
    person(given = "Christopher",
           family = "Burch",
           role = c("aut", "cre"),
           email = "cmburch@cmburch.me",
           comment = c(ORCID = "0000-0001-6934-3325"))
Description: Removes metadata and summary formatting from Excel reports, so that 
    data from those reports can more easily be loaded into R. Currently works with 
    .xlsx and .xls format files.  
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: tidyr, dplyr, readxl
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-06 18:30:55 UTC; chris
Author: Christopher Burch [aut, cre] (<https://orcid.org/0000-0001-6934-3325>)
Maintainer: Christopher Burch <cmburch@cmburch.me>
Repository: CRAN
Date/Publication: 2021-01-07 18:10:18 UTC
Built: R 4.1.0; ; 2021-05-27 19:30:18 UTC; unix
