#run the test first
rsconnect::deployApp(appDir = ".", account = "bcgov-env",
appName = "bc_wqg_test", forceUpdate = TRUE)
#live site
rsconnect::deployApp(appDir = ".", account = "bcgov-env",
appName = "bc_wqg", forceUpdate = TRUE)
#deploy to poissonconsulting test site
rsconnect::deployApp(account = "poissonconsulting", appName = "shinywqg-dev",
forceUpdate = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.