library("targets")
# make the targets that are out of date
# looks for a file called "_targets.R" in the working directory
tar_make()
# view pipeline and show which targets are out of date
tar_visnetwork()
fs::file_show("manuscript/manuscript.pdf")#display pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.