Rdocumentation
powered by
Learn R Programming
radiant.data (version 0.6.0)
filterdata: Filter data with user-specified expression
Description
Filter data with user-specified expression
Usage
filterdata(dat, filt = "")
Arguments
dat
Data frame to filter
filt
Filter expression to apply to the specified dataset (e.g., "price > 10000" if dataset is "diamonds")
Value
Filtered data frame