Description Usage Arguments Examples
Local file path or URL pointing to a .docx file. Can also take
.doc file as input if LibreOffice is installed
(see https://www.libreoffice.org/ for more info and to download).
1  | 
path | 
 path to the Word document  | 
track_changes | 
 if not   | 
1 2 3 4 5 6 7 8 9 10 11 12 13 14  | doc <- read_docx(system.file("examples/data.docx", package="docxtractr"))
class(doc)
doc <- read_docx(
  system.file("examples/trackchanges.docx", package="docxtractr"),
  track_changes = "accept"
)
## Not run: 
# from a URL
budget <- read_docx(
"http://rud.is/dl/1.DOCX")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.