beta
deploy_app()
function that you use for Shiny apps. The only caveat is that you will need to add the following app.R
file to the folder containing your R Markdown document.# app.R
secure_rmd(
"path to your .Rmd file",
polished_config_args = list(
api_key = "<your Polished API key>"
)
)
app.R
as shown in the example app here.