Learn R Programming

teal.transform (version 0.6.0)

check_data_extract_spec_react: Function to check data_extract_specs

Description

Checks if dataname argument exists as a dataset. Checks if selected or filter columns exist within the datasets. Throws a shiny validation error if the above requirements are not met.

Usage

check_data_extract_spec_react(datasets, data_extract)

Value

NULL.

Arguments

datasets

(FilteredData) the object created using the teal API.

data_extract

(list) the output of the data_extract module.