Learn R Programming

wizaRdry (version 0.6.4)

dataFilter: Alias for 'sift' (DEPRECATED)

Description

This function is deprecated. Please use 'sift' instead. This is a legacy alias for the 'sift' function to maintain compatibility with older code.

Usage

dataFilter(...)

Value

A filtered dataframe based on the provided parameters, and containing only the columns specified in 'cols'. If no columns are specified, returns the entire dataframe with applied row filters.

Arguments

...

Additional arguments passed through to sift().

Examples

Run this code
if (FALSE) {
# DEPRECATED - use sift() instead
filtered <- dataFilter(df, sex="F")
}

Run the code above in your browser using DataLab