Skip to contents

Check 🛠 Docs 📚 Code Coverage 📔

GitHub forksGitHub repo stars

GitHub commit activityGitHub contributorsGitHub last commitGitHub pull requestsGitHub repo sizeGitHub language countProject Status: Active – The project has reached a stable, usable state and is being actively developed. Current Version Open Issues

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 basic dplyr 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 a shiny 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.

Stargazers and Forkers

Stargazers over time

Stargazers over time

Stargazers

Stargazers repo roster for @insightsengineering/teal.slice

Forkers

Forkers repo roster for @insightsengineering/teal.slice