hdykiel / shiny-guide

Guide to "How to build a shiny application from scratch" webinar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a minimal bookdown example. Although you see a few files here, only index.Rmd is required. All other files are optional, but bookdown-minimal.Rproj can make it much easier to build the book.

The key is the site setting in index.Rmd. If you want to build the book in RStudio, just click the Build Book button in the Build pane, otherwise call the function in R:

bookdown::render_book('index.Rmd', 'all')

About

Guide to "How to build a shiny application from scratch" webinar

License:The Unlicense


Languages

Language:HTML 64.2%Language:CSS 21.6%Language:JavaScript 13.5%Language:R 0.6%