get_filter_call {teal.transform}R Documentation

Build a dplyr filter call

Description

Build a dplyr filter call

Usage

get_filter_call(filter, dataname = NULL, datasets = NULL)

Arguments

filter

(list) Either list of lists or list with select and selected items.

dataname

(NULL or character) name of dataset.

datasets

(NULL or named list).

Value

dplyr filter call.


[Package teal.transform version 0.6.0 Index]