Skip to content

insightsengineering/teal.slice

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bdda3e3 Β· Mar 18, 2024
Feb 9, 2024
Mar 18, 2024
Oct 12, 2023
Mar 18, 2024
Mar 18, 2024
Feb 29, 2024
Jan 31, 2024
Dec 13, 2023
Jul 14, 2023
Mar 14, 2022
Sep 29, 2022
Jan 25, 2024
Mar 18, 2024
May 19, 2022
Jan 30, 2024
Mar 18, 2024
Jan 25, 2024
May 25, 2022
Jan 25, 2024
Dec 8, 2023
Jan 25, 2024

Repository files navigation

teal.slice

CRAN Version Total Downloads Last Month Downloads Last Week Downloads

Check πŸ›  Docs πŸ“š Code Coverage πŸ“”

GitHub forks GitHub repo stars

GitHub commit activity GitHub contributors GitHub last commit GitHub pull requests GitHub repo size GitHub language count Project 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

# 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")

Usage

To understand how to use this package, please refer to the Introduction to teal.slice article, which provides multiple examples of code implementation.

Showcase

Getting help

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.

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