Create a Shiny Standalone Application in 10 minutes

preview_player
Показать описание
In this video, I'll walk you through how build Shiny Desktop application which you can share it with your friends or co workers easily without the need of installing R in their system. This video is for users which have basic knowledge in Shiny and R.

Enjoy.

IMPORTANT:
Add this code into your server function or server.R file.

session$onSessionEnded(function() {
stopApp()
})

LINK:
CANNOT add links to due to verification issues.
Google Search to get to the desired website
Рекомендации по теме
Комментарии
Автор

Thank you for sharing this very didactic tutorial. However, I can't progress to the “Starting appname” step because when I double-click on the batch file the command prompt appears and closes suddenly. Do you have any advice to help me with this step?

isairaleiteelopes
Автор

Hello ! Thanks for the tutorial. I'm trying to deploy a shiny app that produces an html document with rmarkdown. However, i get this error: "An error occurred: pandoc version 1.12.3 or higher is required and was not found (see the help page Is there a way to solve for it ?

Madeira_