need: • An R development environment, such as the RStudio IDE • The rsconnect R package from CRAN To install rsconnect on your local R process, you can run the following command: install.packages('rsconnect') After the installation completes, you can load the library in your session with the following command: library(rsconnect)
The site will give you several options for signing in. If you have a Google account or a GitHub account, you can use either one of those methods to authenticate.
URL, served over a secure socket (SSL) connection and accessible from a web browser. You can embed your application within other pages by using an iframe. <iframe id="example1" src="https://<accountname>.shinyapps.io/<applicationame>" style="border: non; width: 100%; height: 500px" frameborder="0"> </iframe>
- Create an R Markdown Website - Embed Shiny Applications - Host the site with GitHub Pages Click here for Tutorial Help Click here to See an Example Click here to Get the Code