Description Usage Arguments See Also Examples
Reads in a table from word and prints it using the knitr and kableExtra package
1 | read_word_table(pth)
|
pth |
the path to the word document to read |
read_word
1 2 3 4 5 | ## Not run:
pth <- "path/table.docx"
df <- read_word_table(pth)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.