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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.