/teal.data

Data model for teal applications

Primary LanguageROtherNOASSERTION

teal.data

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

This package is used to create the data needed for teal applications. This data can be:

  • Independent data frames
  • CDISC data (for clinical trial reporting)
  • Relational data
  • MultiAssayExperiment objects

This package provides:

  • the mechanism for pulling data from existing systems
  • the ability to mutate (i.e. pre-process) the data
  • record the operations used to create the data to enable reproducibility

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.data@*release")

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

See package vignettes browseVignettes(package = "teal.data") for usage of this package.

Stargazers and Forkers

Stargazers over time

Stargazers over time

Stargazers

Stargazers repo roster for @insightsengineering/teal.data

Forkers

Forkers repo roster for @insightsengineering/teal.data