Package: docxtractr
Title: Extract Data Tables from Microsoft Word Documents
Version: 0.1.0.9000
Authors@R: c(person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre")))
Maintainer: Bob Rudis <bob@rudis.net>
Description: Microsoft Word docx files provide an XML structure that is fairly
    straightforward to navigate, especially when it applies to Word tables. The
    docxtractr package provides tools to determine table count/structure and
    extract/clean tables from Microsoft Word docx documents.
Depends: R (>= 3.0.0)
License: MIT + file LICENSE
LazyData: true
Suggests: testthat
Imports: tools, xml2, dplyr, utils
NeedsCompilation: no
Packaged: 2015-08-28 23:08:34 UTC; bob
Author: Bob Rudis [aut, cre]
Repository: CRAN
Date/Publication: 2015-08-29 13:15:01
