install_presentationjs: Grab files needed to use a presentation library

Description Usage Arguments Value Examples

Description

Grab files needed to use a presentation library

Usage

1
2
3
4
install_presentationjs(tmp_dir = tempdir(),
  pres_lib_dest = "./static/revealjs",
  pres_lib_loc = "https://github.com/hakimel/reveal.js/archive/3.6.0.zip",
  pres_lib_template = "https://raw.githubusercontent.com/jgm/pandoc-templates/master/default.revealjs")

Arguments

tmp_dir

Specific directory to download stuff to

pres_lib_dest

The directory name to deploy js library to

pres_lib_loc

The source of the js library

pres_lib_template

The relevant template for converting md to html

Value

Lots of gunk right now

Examples

1
2
3
4
## Not run: 
install_presentationjs()

## End(Not run)

lockedata/presdown documentation built on May 10, 2019, 8:07 a.m.