Hi There, I am trying to include few of my shiny app by writing below script within R chunk of R markdown which works absolutely fine with browser. But somehow unable to publish on rstudio connect.
library(shiny)
shinyAppDir(appDir = getwd(),
options=list(
width="100%", height=750
)
)