app_module_ui: The payments Shiny app

Description Usage Arguments Value

View source: R/app_module.R

Description

The Shiny module UI for the Stripe payments Shiny app. This app can be easily added to your Shiny apps that use polished.

Usage

1
2
3
4
5
app_module_ui(
  id,
  custom_ui = NULL,
  app_name = getOption("polished")$app_name_display
)

Arguments

id

the Shiny module id

custom_ui

Either NULL, the default, or a list of 2 elements containing custom UI to add additional 'shinydashboard' tabs to the 'polished' "Admin Panel".

app_name

the app name to display to users.

Value

the UI for the "Admin Panel"


socioskop/polipay documentation built on Dec. 23, 2021, 3:30 a.m.