setup_beamer: Setup the presentation folder with a Beamer template

View source: R/beamer.R

setup_beamerR Documentation

Setup the presentation folder with a Beamer template

Description

A wrapper around download_from_github to make it easy to download and setup a Beamer presentation within the current project using templates from Github. The function downloads the specified template and renames it to 'presentation'.

Usage

setup_beamer(
  directory = "inst/rmarkdown/templates/nmbu-beamer/skeleton",
  user = "edsandorf",
  repo = "gizmo"
)

Arguments

directory

A character string giving the full name of the Github folder with the theme to be downloaded.

user

A character string giving the user

repo

A character string giving the repository


edsandorf/gizmo documentation built on Oct. 7, 2022, 3:45 p.m.