shiny
shiny copied to clipboard
Typo in Shiny - Getting Started
I noticed a typo in the Shiny - Getting Started page. I believe library("movies.Rdata") should be load("movies.Rdata"). Typo is highlighted in red:
Another bug found in the solution to Practice - Add reactive data frame: Error in datatable: could not find function "datatable".
datatable() should be namespaced: DT::datatable().
@skaltman