View source: R/make_notebooks.R
write_makefile | R Documentation |
Write makefile
write_makefile(
analysis,
analysis_name = analysis$name,
makefile = paste0(analysis_name, ".mk"),
rmarkdown_params = NULL
)
analysis |
analysis object |
analysis_name |
character string. Name of make targets |
makefile |
file path. Name of the makefile |
rmarkdown_params |
list of additional parameters for rmarkdown::render |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.