teal.slice
is an R
library used in the development of teal
shiny
modules. It provides:
- a class accepting an array of
data.frames
as an input, then supporting basicdplyr
operations on the data, - a method returning the code needed to slice the data in the desired way,
- a set of
shiny
modules helping to acquire the desired slice of data using ashiny
GUI
.
install.packages('teal.slice')
Alternatively, you might want to use the development version.
# install.packages("pak")
pak::pak("insightsengineering/teal.slice")
To understand how to use this package, please refer to the Introduction to teal.slice
article, which provides multiple examples of code implementation.
If you encounter a bug or have a feature request, please file an issue. For questions, discussions, and updates, use the teal
channel in the pharmaverse
slack workspace.