get_filter_call: Build a 'dplyr' filter call

View source: R/get_dplyr_call.R

get_filter_callR 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.


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