Skip to content

maxheld83/shinyapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for talking to shinyapps.io via rsconnect.

Environment Variables

  • name, the Name of the shinyapps.io account.

Secrets

  • SHINYAPPS_TOKEN
  • SHINYAPPS_SECRET

Required Arguments

Whatever your provide in args simply gets appended to the Rscript call. So just imagine Rscript in front of it; if it is a valid shell command, you're good to go. Remember that Rscript is the (now preferred) way to run R from a system shell (not the R console). We have to use Rscript, because there's no GUI that could hook us up directly to the R console in our non-interactive image run. Here is the full documentation.

Optional Arguments

Example Usage