Getting Started with teal.transform

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

The teal.transform package is an integral component of the teal framework. It serves a dual purpose:

Data Extraction and Data Merging

The primary goal of teal.transform to to provide functions that help in abstracting the process of Data Extraction and Data Merging in UI elements of the shiny app. This helps in reducing the amount of code required to create a UI elements that directly transform the data to perform the required analysis. This is how the app user gains flexibility to transform their data right from the UI.

To explore the combined use of data extraction and merging to see the full use of teal.transform, please explore the Combining data-extract with data-merge vignette.

To delve into the process of selecting specific data columns, please consult the Data Extraction vignette.

For comprehensive information regarding data merging, please refer to the Data Merge vignette.



Try the teal.transform package in your browser

Any scripts or data that you put into this service are public.

teal.transform documentation built on May 29, 2024, 5:06 a.m.