inst/examples/wdGet2Save2Example.R

file <- system.file("inst/template.docx", package = "R2wdaddons")
wdGet2(file)

# save as temp file
file <- tempfile(fileext=".docx")
wdSave2(file)

# Fails: Does not yet notice that the path is absolute
# wdGet2(file)
markheckmann/R2wdaddons documentation built on Sept. 13, 2019, 8:40 a.m.