Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
shiny-app/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
9 lines (8 sloc)
392 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Under Construction | |
To run this, just use: | |
``` | |
shiny::runApp("app/") | |
``` | |
You just need to give the ``` runApp()``` function the directory where the ```ui.r``` and ```server.r``` are. | |
It seems that the app works better on Firefox than on Chrome, and the UI is better rendered. | |
Loading the libreries might take some time, the UI will load but the packages need to be loaded to wrok properly. |