Description Usage Arguments Value Examples
View source: R/docx_find_tbls.r
Get number of tables in a Word document
1 | docx_tbl_count(docx)
|
docx |
|
numeric
1 2 | complx <- read_docx(system.file("examples/complex.docx", package="docxtractr"))
docx_tbl_count(complx)
|
[1] 5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.