shiny
shiny copied to clipboard
Documentation update in Shinyapps.io- Getting Started
In the documentation, the readers are not told to make "ui.R" and "server.R" files in a folder(With App name) and put these two files in the folder. The tutorial only teaches to install dependencies, run those, provides codes and then directly test the application.
ui.R and server.R
We placed two Shiny source files, ui.R and server.R, in our demo application. You can cut and paste the code below to make your own Shiny application:
In this, we should also add, put these two files in a folder(With Application name) for proper understanding of reader and improving readability.
The link to the article is: Shiny
I'm happy to work on this one.
Which file needs to be updated? I can't find files matching that text in this repo
is this still an issue that needs addressing?