This package contains a set of standard teal modules for you to include in applications. These include modules for:
- viewing data (including
tm_variable_browser,tm_data_table,tm_file_viewer, …) - visualizing data (
tm_g_scatterplot,tm_g_association, …) - understanding missing and outlier values within your data (
tm_missing_data,tm_outliers, …) - performing simple data analysis (
tm_a_pca,tm_g_distribution,tm_a_regression, …).
These modules work with CDISC data, independent datasets and general relational data.
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.modules.general@*release")In order to run many of the examples you will also need to install the scda package.
A stable release of all NEST packages from June 2022 is also available here.
See package vignettes browseVignettes(package = "teal.modules.general") for usage of this package.