docx_describe_tbls: Returns a description of all the tables in the Word document

Description Usage Arguments Examples

View source: R/describe.r

Description

This function will attempt to discern the structure of each of the tables in docx and print this information

Usage

1

Arguments

docx

docx object read with read_docx

Examples

1
2
3
complx <- read_docx(system.file("examples/complex.docx", package="docxtractr"))
docx_tbl_count(complx)
docx_describe_tbls(complx)

hrbrmstr/docxtractr documentation built on July 11, 2020, 10:06 p.m.