R/package.R

#' Create stunning presentations from R Markdown
#' 
#' Slidify is an R package to create, customize and publish HTML5 slide decks 
#' from R Markdown. See the package website in the references for more
#' information and examples.
#' @docType package
#' @name slidify-package
#' @author Ramnath Vaidyanathan <\url{http://www.slidify.org}>
#' @seealso The core function in this package: \code{\link{slidify}}
#' @references Full documentation and demos: \url{http://www.slidify.org};
#'   FAQ's: \url{https://github.com/ramnathv/slidify/blob/master/FAQ.md}
#' @import knitr
#' @import markdown
#' @import yaml
#' @import whisker
NULL
bbTomas/slidify documentation built on May 11, 2019, 9:23 p.m.