We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
library("movies.Rdata")
load("movies.Rdata")
The text was updated successfully, but these errors were encountered:
Another bug found in the solution to Practice - Add reactive data frame: Error in datatable: could not find function "datatable".
Error in datatable: could not find function "datatable"
datatable() should be namespaced: DT::datatable().
datatable()
DT::datatable()
Sorry, something went wrong.
No branches or pull requests
I noticed a typo in the Shiny - Getting Started page. I believe
library("movies.Rdata")
should beload("movies.Rdata")
. Typo is highlighted in red:The text was updated successfully, but these errors were encountered: