Nothing
library(officer)
# This example demonstrates how to create
# an small document -----
## Create a new Word document
doc <- read_docx()
doc <- body_add_par(doc, "hello world")
## Save the document
output_file <- print(doc, target = tempfile(fileext = ".docx"))
# preview mode: save to temp file and open locally ----
## Not run:
# print(doc, preview = TRUE)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.