Nothing
teal.slice
is an R
library used in the development of teal
shiny
modules. It provides:
data.frames
as an input, then supporting basic dplyr
operations on the data,shiny
modules helping to acquire the desired slice of data using a shiny
GUI
.# stable versions
install.packages('teal.slice')
# install.packages("pak")
pak::pak("insightsengineering/teal.slice@*release")
Alternatively, you might want to use the development version available on r-universe.
# beta versions
install.packages('teal.slice', repos = c('https://pharmaverse.r-universe.dev', getOption('repos')))
# 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.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.