Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 3.63 KB

README.md

File metadata and controls

54 lines (37 loc) · 3.63 KB

teal.slice

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

For releases from August 2022 it is recommended that you create and use a Github PAT to install the latest version of this package. Once you have the PAT, run the following:

Sys.setenv(GITHUB_PAT = "your_access_token_here")
if (!require("remotes")) install.packages("remotes")
remotes::install_github("insightsengineering/teal.slice@*remotes")

A stable release of all NEST packages from June 2022 is also available here.

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