Rdocumentation
powered by
Learn R Programming
slidify (version 0.3.3)
slidify: Convert an Rmd document into HTML5 using a framework
Description
Convert an Rmd document into HTML5 using a framework
Usage
slidify(inputFile, outputFile, knit_deck = TRUE)
Arguments
inputFile
path to input Rmd document
outputFile
path to output html document; default uses inputFile
knit_deck
should the input file be knit?; default is TRUE
Value
path to outputFile
See Also
slidify-package