inst/rmarkdown/templates/polished_flexdashboard/skeleton/app.R

# run this function to render your .Rmd with polished authentication
polished::secure_rmd(
  rmd_file_path = "<path to your .Rmd file>",

  # if your Polished API key is not set as an R environment variable (default: `POLISHED_API_KEY`),
  # then you must set it below.
  # polished_config_args = list(
  #  api_key = "<your Polished API key>"
  # )
)
Tychobra/polished documentation built on April 12, 2025, 5:44 a.m.