Learn R Programming

teal.slice (version 0.6.0)

init_filtered_data: Initialize FilteredData

Description

Function creates a FilteredData object.

Usage

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

Value

Object of class FilteredData.

Arguments

x

(named list) of datasets.

join_keys

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

Examples

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

Run the code above in your browser using DataLab