You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
842 B

9 years ago
Package: docxtractr
Title: Extract Data Tables and Comments from Microsoft Word Documents
Version: 0.2.1
9 years ago
Authors@R: c(person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre")))
Maintainer: Bob Rudis <bob@rudis.net>
9 years ago
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.
URL: http://github.com/hrbrmstr/docxtractr
BugReports: https://github.com/hrbrmstr/docxtractr/issues
8 years ago
Depends:
R (>= 3.0.0)
9 years ago
License: MIT + file LICENSE
LazyData: true
8 years ago
Suggests:
testthat
Imports:
tools,
xml2,
tibble,
purrr,
dplyr,
utils
7 years ago
RoxygenNote: 6.0.1