powered by
This function will attempt to discern the structure of each of the tables in docx and print this information
docx
docx_describe_tbls(docx)
docx object read with read_docx
read_docx
# NOT RUN { complx <- read_docx(system.file("examples/complex.docx", package="docxtractr")) docx_tbl_count(complx) docx_describe_tbls(complx) # }
Run the code above in your browser using DataLab