teal.slice is anR library used in thedevelopment oftealshiny modules. Itprovides:
data.frames as an input,then supporting basicdplyr operations on the data,shiny modules helping to acquire the desiredslice of data using ashinyGUI.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 theIntroductiontoteal.slice article, which provides multiple examplesof code implementation.

If you encounter a bug or have a feature request, please file anissue. For questions, discussions, and updates, use theteal channel in thepharmaverse slackworkspace.