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
.
Installation
From July 2023 insightsengineering
packages are available on r-universe.
# stable versions
install.packages('teal.slice', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org'))
# beta versions
install.packages('teal.slice', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))
See package vignettes browseVignettes(package = "teal.slice")
for usage of this package.