check_data_extract_spec_react: Function to check data_extract_specs

View source: R/data_extract_module.R

check_data_extract_spec_reactR Documentation

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)

Arguments

datasets

(FilteredData) the object created using the teal API.

data_extract

(list) the output of the data_extract module.

Value

NULL.


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