draft_qbeamerslides: Create Empty Beamer Slides

View source: R/draft_rmd.R

draft_qbeamerslidesR Documentation

Create Empty Beamer Slides

Description

Wrapper function to create empty beamer slides document using rmarkdown::draft().

Usage

draft_qbeamerslides(
  ps_path,
  ps_create_dir = "default",
  pb_open = rlang::is_interactive(),
  pl_repl_value = NULL
)

Arguments

ps_path

path to the document to be created

ps_create_dir

specify whether to create a new directory

pb_open

open the created file in rstudio editor

pl_repl_value

list with values to replace placeholders

Details

The template quagbeamer is taken from this package qrmdtmpl.

Examples

## Not run: 
draft_quagbeamerslides(ps_path = 'qbeamer_slides')

## End(Not run)


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