This package provides various ‘widgets’ for teal applications. Examples include:
-
standard_layoutfor a standard UI layout with output on the right and an encoding panel on the left -
plot_with_settingsfor a standard plot output UI with resizing and downloading options -
table_with_settingfor a standardrtablesoutput UI with download and pagination options -
ggplot2_argsfor a standardggplot2output plot with graphic options -
basic_table_argsfor a standardrtablesoutput table with graphic options
Installation
From July 2023 insightsengineering packages are available on r-universe.
# stable versions
install.packages('teal.widgets', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org'))
# beta versions
install.packages('teal.widgets', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))See package vignettes browseVignettes(package = "teal.widgets") for usage of this package.