shiny icon indicating copy to clipboard operation
shiny copied to clipboard

Typo in Shiny - Getting Started

Open howardbaik opened this issue 10 months ago • 2 comments

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:

Image

howardbaik avatar Feb 25 '25 15:02 howardbaik

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().

howardbaik avatar Mar 01 '25 05:03 howardbaik

@skaltman

cpsievert avatar Jun 16 '25 17:06 cpsievert