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 leftplot_with_settingsfor a standard plot output UI with resizing and downloading optionstable_with_settingfor a standardrtablesoutput UI with download and pagination optionsggplot2_argsfor a standardggplot2output plot with graphic optionsbasic_table_argsfor a standardrtablesoutput table with graphic options
For releases from August 2022 it is recommended that you create and use a Github PAT to install the latest version of this package. Once you have the PAT, run the following:
Sys.setenv(GITHUB_PAT = "your_access_token_here")
if (!require("remotes")) install.packages("remotes")
remotes::install_github("insightsengineering/teal.widgets@*release")A stable release of all NEST packages from June 2022 is also available here.
See package vignettes browseVignettes(package = "teal.widgets") for usage of this package.