shiny icon indicating copy to clipboard operation
shiny copied to clipboard

Documentation update in Shinyapps.io- Getting Started

Open dA505819 opened this issue 5 years ago • 2 comments

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

dA505819 avatar Feb 17 '20 16:02 dA505819

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

heathgilham avatar Jan 17 '21 08:01 heathgilham

is this still an issue that needs addressing?

diya-18 avatar Jun 18 '25 16:06 diya-18