Package: docxtractr 0.6.5
docxtractr: Extract Data Tables and Comments from 'Microsoft' 'Word' Documents
'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.
Authors:
docxtractr_0.6.5.tar.gz
docxtractr_0.6.5.zip(r-4.5)docxtractr_0.6.5.zip(r-4.4)docxtractr_0.6.5.zip(r-4.3)
docxtractr_0.6.5.tgz(r-4.4-any)docxtractr_0.6.5.tgz(r-4.3-any)
docxtractr_0.6.5.tar.gz(r-4.5-noble)docxtractr_0.6.5.tar.gz(r-4.4-noble)
docxtractr_0.6.5.tgz(r-4.4-emscripten)docxtractr_0.6.5.tgz(r-4.3-emscripten)
docxtractr.pdf |docxtractr.html✨
docxtractr/json (API)
NEWS
# Install 'docxtractr' in R: |
install.packages('docxtractr', repos = c('https://hrbrmstr.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://gitlab.com/hrbrmstr/docxtractr
Last updated 4 years agofrom:a2855a442d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win | OK | Nov 06 2024 |
R-4.5-linux | OK | Nov 06 2024 |
R-4.4-win | OK | Nov 06 2024 |
R-4.4-mac | OK | Nov 06 2024 |
R-4.3-win | OK | Nov 06 2024 |
R-4.3-mac | OK | Nov 06 2024 |
Exports:%>%assign_colnamesconvert_to_pdfdocx_cmnt_countdocx_describe_cmntsdocx_describe_tblsdocx_extract_alldocx_extract_all_cmntsdocx_extract_all_tblsdocx_extract_tbldocx_tbl_countmcgaread_docxset_libreoffice_path
Dependencies:askpassclicurldplyrfansigenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigpurrrR6rlangsystibbletidyselectutf8vctrswithrxml2
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Make a specific row the column names for the specified data.frame | assign_colnames |
Convert a Document (usually PowerPoint) to a PDF | convert_to_pdf |
Get number of comments in a Word document | docx_cmnt_count |
Returns information about the comments in the Word document | docx_describe_cmnts |
Returns a description of all the tables in the Word document | docx_describe_tbls |
Extract all tables from a Word document | docx_extract_all |
Extract all comments from a Word document | docx_extract_all_cmnts |
Extract all tables from a Word document | docx_extract_all_tbls |
Extract a table from a Word document | docx_extract_tbl |
Get number of tables in a Word document | docx_tbl_count |
Extract Data Tables and Comments from 'Microsoft' 'Word' Documents | docxtractr |
Make Column Names Great Again | mcga |
Display information about the document | print.docx |
Read in a Word document for table extraction | read_docx |
Point to Local soffice.exe File | set_libreoffice_path |