https://github.com/insightsengineering/teal.widgets
shiny widgets for teal applications
https://github.com/insightsengineering/teal.widgets
nest r shiny widgets
Last synced: 8 months ago
JSON representation
shiny widgets for teal applications
- Host: GitHub
- URL: https://github.com/insightsengineering/teal.widgets
- Owner: insightsengineering
- License: other
- Created: 2022-03-28T14:16:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T10:24:46.000Z (8 months ago)
- Last Synced: 2025-04-11T11:58:35.973Z (8 months ago)
- Topics: nest, r, shiny, widgets
- Language: R
- Homepage: https://insightsengineering.github.io/teal.widgets/
- Size: 16.6 MB
- Stars: 5
- Watchers: 15
- Forks: 6
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-shiny-extensions - teal.widgets - Shiny widgets for teal applications. (Frameworks / Framework extensions)
README
# teal.widgets
[](https://cran.r-project.org/package=teal.widgets)
[](https://cran.r-project.org/package=teal.widgets)
[](https://cran.r-project.org/package=teal.widgets)
[](https://cran.r-project.org/package=teal.widgets)
[](https://insightsengineering.github.io/teal.widgets/main/unit-test-report/)
[](https://insightsengineering.github.io/teal.widgets/)
[](https://insightsengineering.github.io/teal.widgets/main/coverage-report/)








[](https://www.repostatus.org/#active)
[](https://github.com/insightsengineering/teal.widgets/tree/main)
[](https://github.com/insightsengineering/teal.widgets/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
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
```r
install.packages('teal.widgets')
```
Alternatively, you might want to use the development version.
```r
# install.packages("pak")
pak::pak("insightsengineering/teal.widgets")
```
## Usage
To understand how to use this package, please refer to the [package website](https://insightsengineering.github.io/teal.widgets/), which provides multiple examples of code usage.
## Getting help
If you encounter a bug or you have a feature request - please file an issue. For questions, discussions and staying up to date, please use the "teal" channel in the [`pharmaverse` slack workspace](https://pharmaverse.slack.com).
## Stargazers and Forkers
### Stargazers over time
[](https://starchart.cc/insightsengineering/teal.widgets)
### Stargazers
[](https://github.com/insightsengineering/teal.widgets/stargazers)
### Forkers
[](https://github.com/insightsengineering/teal.widgets/network/members)