Package: docxtractr Title: Extract Data Tables and Comments from 'Microsoft' 'Word' Documents Version: 0.6.5 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")), person("Mark", "Dulhunty", role = c("ctb")), person("Karlo", "Guidoni-Martins", role = c("ctb"), email = "kguidonimartins@gmail.com"), person("Chris", "Muir", email = "chrismuirrva@gmail.com", role = c("aut", "ctb")) ) Maintainer: Bob Rudis 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. There is also nascent support for '.doc' files. SystemRequirements: LibreOffice () required to extract data from .doc files or perform .pptx conversion. URL: http://gitlab.com/hrbrmstr/docxtractr BugReports: https://gitlab.com/hrbrmstr/docxtractr/issues Encoding: UTF-8 Depends: R (>= 3.6.0) License: MIT + file LICENSE Suggests: covr, tinytest Imports: tools, xml2, purrr, dplyr, utils, httr, magrittr RoxygenNote: 7.1.0 Config/pak/sysreqs: libxml2-dev libssl-dev Repository: https://hrbrmstr.r-universe.dev Date/Publication: 2020-07-04 12:32:47 UTC RemoteUrl: https://github.com/hrbrmstr/docxtractr RemoteRef: HEAD RemoteSha: a2855a442d4bbe87232ebd3b023002d9e73bbc5b NeedsCompilation: no Packaged: 2026-06-06 08:04:37 UTC; root Author: Bob Rudis [aut, cre] (ORCID: ), Mark Dulhunty [ctb], Karlo Guidoni-Martins [ctb], Chris Muir [aut, ctb]