Skip to content

m7pr/teal.widgets

 
 

Repository files navigation

teal.widgets

Check 🛠 Docs 📚 Code Coverage 📔

GitHub forks GitHub Repo stars

GitHub commit activity GitHub contributors GitHub last commit GitHub pull requests GitHub repo size GitHub language count Project Status: Active – The project has reached a stable, usable state and is being actively developed. Current Version Open Issues

This package provides various 'widgets' for teal applications. Examples include:

  • standard_layout for a standard UI layout with output on the right and an encoding panel on the left
  • plot_with_settings for a standard plot output UI with resizing and downloading options
  • table_with_setting for a standard rtables output UI with download and pagination options
  • ggplot2_args for a standard ggplot2 output plot with graphic options
  • basic_table_args for a standard rtables output table with graphic options

Installation

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.

Stargazers and Forkers

Stargazers over time

Stargazers over time

Stargazers

Stargazers repo roster for @insightsengineering/teal.widgets

Forkers

Forkers repo roster for @insightsengineering/teal.widgets

Packages

No packages published

Languages

  • R 94.3%
  • JavaScript 3.0%
  • CSS 2.7%