# For this example assume my_sso is the name of the shinystan object for
# the model you want to use. Assume also that you want to name your app
# 'my-model' and that your ShinyApps username is 'username'.
deploy_shinystan(sso = my_sso, appName = "my-model", account = "username")
# If you only have one ShinyApps account configured then you can also omit
# the 'account' argument.
deploy_shinystan(sso = my_sso, appName = "my-model")Run the code above in your browser using DataLab