read_word_table: Read Word table

Description Usage Arguments See Also Examples

View source: R/read_word.R

Description

Reads in a table from word and prints it using the knitr and kableExtra package

Usage

1

Arguments

pth

the path to the word document to read

See Also

read_word

Examples

1
2
3
4
5
## Not run: 
pth <- "path/table.docx"
df <- read_word_table(pth)

## End(Not run)

connorrothschild/tpltheme documentation built on Dec. 20, 2020, 7:18 a.m.