# ------------------------------------------------------------------------------
#' Compile paper for submission
# ------------------------------------------------------------------------------
library(here)
library(knitr)
source("R/split_render.R")
# For submitting final proofs (supplementary materials only!)
split_render(output_dir = "analysis/paper/final_proof", write_man = FALSE)
# Internal steps
# Convert to pdf (using system & this applescript: https://superuser.com/a/1559043
# superuser answer)
system("bash analysis/paper/final_proof/word2pdf.sh")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.