knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

polished now comes with functions that make it easy to interact with the Polished API from R. See the individual wrapper function help files for details (e.g. ?polished::get_apps()). The available API wrapper functions include:

Apps - functions to manage your account's Shiny apps.

Users - functions to manage your account's users.

App Users - functions to manage user access to your Shiny apps. These will be the most frequently used of the API wrapper functions.

Roles - functions to manage your account's roles.

User Roles - functions to manage the roles your users belong to.



Tychobra/polished documentation built on April 12, 2025, 5:44 a.m.