View source: R/draft_example.R
create_example_qprojektreport | R Documentation |
A prepared example report consisting of an RMarkdown source file, a logo and a diagram is copied to a target directory given by the parameter ps_path.
create_example_qprojektreport(ps_path, pb_open = rlang::is_interactive())
ps_path |
target path where example report should be positioned |
pb_open |
should the example report source file be opened |
tmprepdir <- tempdir() create_example_qprojektreport(ps_path = tmprepdir, pb_open = FALSE) unlink(file.path(tmprepdir, "qprojekt_report"), recursive = TRUE, force = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.