Learn R Programming

teal.slice (version 0.5.1)

init_filtered_data: Initialize FilteredData

Description

Function creates a FilteredData object.

Usage

init_filtered_data(x, join_keys = teal.data::join_keys(), code, check)

Value

Object of class FilteredData.

Arguments

x

(named list) of datasets.

join_keys

(join_keys) see teal.data::join_keys().

code

[Deprecated]

check

[Deprecated]

Examples

Run this code
datasets <- init_filtered_data(list(iris = iris, mtcars = mtcars))
datasets

Run the code above in your browser using DataLab