Learn R Programming

docxtractr (version 0.6.5)

docx_tbl_count: Get number of tables in a Word document

Description

Get number of tables in a Word document

Usage

docx_tbl_count(docx)

Arguments

docx

docx object read with read_docx

Value

numeric

Examples

Run this code
# NOT RUN {
complx <- read_docx(system.file("examples/complex.docx", package="docxtractr"))
docx_tbl_count(complx)
# }

Run the code above in your browser using DataLab