docx_tbl_count {docxtractr} | R Documentation |
Get number of tables in a Word document
Description
Get number of tables in a Word document
Usage
docx_tbl_count(docx)
Arguments
docx |
|
Value
numeric
Examples
complx <- read_docx(system.file("examples/complex.docx", package="docxtractr"))
docx_tbl_count(complx)
[Package docxtractr version 0.6.5 Index]