create_example_qprojektreport: Create Example for German Version of Project Report of...

View source: R/draft_example.R

create_example_qprojektreportR Documentation

Create Example for German Version of Project Report of Qualitas AG

Description

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.

Usage

create_example_qprojektreport(ps_path, pb_open = rlang::is_interactive())

Arguments

ps_path

target path where example report should be positioned

pb_open

should the example report source file be opened

Examples

tmprepdir <- tempdir()
create_example_qprojektreport(ps_path = tmprepdir, pb_open = FALSE)
unlink(file.path(tmprepdir, "qprojekt_report"), recursive = TRUE, force = TRUE)

fbzwsqualitasag/qrmdtmpl documentation built on April 14, 2022, 6:42 p.m.