Learn R Programming

docxtractr (version 0.1.0.9000)

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
complx <- read_docx(system.file("examples/complex.docx", package="docxtractr"))
docx_tbl_count(complx)

Run the code above in your browser using DataLab