docx_tables: Load all tables in a docx file

Description Usage Arguments Examples

View source: R/DrTeX.R

Description

Load all tables in a docx file

Usage

1
docx_tables(filename)

Arguments

filename

name of the docx file.

Examples

1
2
3
4
5
6
7
8
## Load tables from a bundled docx file.
tbl <- docx_tables(system.file("extdata/table.docx", package = "mill"))

## View the layout of the tables
tbl

## View the column widths
sapply(tbl, col_widths)

SVA-SE/mill documentation built on June 21, 2020, 4:09 a.m.