--- title: "Getting Started" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Getting Started} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, eval = FALSE, comment = "#>" ) ``` # Introduction The `vvshiny` package provides wrapper functions around ggplot / shiny / dplyr functions to make it easier to create a simple shiny app. ```{r setup} library(vvshiny) ```