Package: docxtractr
Title: Extract Data Tables and Comments from Microsoft Word Documents
Version: 0.2.0
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 and
    comments. Tools are provided to determine table count/structure, comment count
    and also to extract/clean tables and comments from Microsoft Word docx documents.
Depends: R (>= 3.0.0)
License: MIT + file LICENSE
LazyData: true
Suggests: testthat
Imports: tools, xml2, tibble, purrr, dplyr, utils
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-07-20 03:04:09 UTC; bob
Author: Bob Rudis [aut, cre]
Repository: CRAN
Date/Publication: 2016-07-20 09:34:55
