docx_describe_tbls {docxtractr} | R Documentation |
Returns a description of all the tables in the Word document
Description
This function will attempt to discern the structure of each of the tables
in docx
and print this information
Usage
docx_describe_tbls(docx)
Arguments
docx |
|
Examples
complx <- read_docx(system.file("examples/complex.docx", package="docxtractr"))
docx_tbl_count(complx)
docx_describe_tbls(complx)
[Package docxtractr version 0.6.5 Index]