publish a shiny app · demo: you can enter text here. publish to server based on sentiment typ min....

9
Publish a Shiny app

Upload: others

Post on 25-Jul-2020

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Publish a Shiny app · Demo: you can enter text here. Publish to Server based on sentiment typ min. retweet data/demo _ app Publish From Account: Add New Account Publish as wordcloud

Publish a Shiny app

Page 2: Publish a Shiny app · Demo: you can enter text here. Publish to Server based on sentiment typ min. retweet data/demo _ app Publish From Account: Add New Account Publish as wordcloud

Host it on shinyapps.io

You can host your Shiny app at https://www.shinyapps.io/

Page 3: Publish a Shiny app · Demo: you can enter text here. Publish to Server based on sentiment typ min. retweet data/demo _ app Publish From Account: Add New Account Publish as wordcloud

Host it on shinyapps.io

How to get started:

http://shiny.rstudio.com/articles/shinyapps.html

Page 4: Publish a Shiny app · Demo: you can enter text here. Publish to Server based on sentiment typ min. retweet data/demo _ app Publish From Account: Add New Account Publish as wordcloud

Host it on shinyapps.io

Page 5: Publish a Shiny app · Demo: you can enter text here. Publish to Server based on sentiment typ min. retweet data/demo _ app Publish From Account: Add New Account Publish as wordcloud

Host it on shinyapps.io

Page 6: Publish a Shiny app · Demo: you can enter text here. Publish to Server based on sentiment typ min. retweet data/demo _ app Publish From Account: Add New Account Publish as wordcloud

Host it on shinyapps.io

Page 7: Publish a Shiny app · Demo: you can enter text here. Publish to Server based on sentiment typ min. retweet data/demo _ app Publish From Account: Add New Account Publish as wordcloud

Host it on shinyapps.io

https://curiositybits.shinyapps.io/demo_app/

Page 8: Publish a Shiny app · Demo: you can enter text here. Publish to Server based on sentiment typ min. retweet data/demo _ app Publish From Account: Add New Account Publish as wordcloud

Possible errors

If you encounter the following error:

Error: reticulate is in use, but python was not specified

Do not panic! There is an easy fix.

Page 9: Publish a Shiny app · Demo: you can enter text here. Publish to Server based on sentiment typ min. retweet data/demo _ app Publish From Account: Add New Account Publish as wordcloud

Possible errors

Reinstall rsconnect library by using the following code instead:

library(devtools)devtools::install_github("rstudio/rsconnect", ref='737cd48')