inst/examples/polished_example_01/global.R

library(shiny)
library(polished)
library(config)

app_config <- config::get()

# configure polished
polished_config(
  app_name = "polished_example_01",
  #api_key = app_config$api_key
)
Tychobra/polished documentation built on April 12, 2025, 5:44 a.m.