You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if match would not only accept a data frame, but also an expression, or list of expressions. These could then be passed to subset(subset = expr), so we would also have something comparable to dplyr::filter(). The main benefit over R's subset() should be to preserve label attributes.
The text was updated successfully, but these errors were encountered:
Would be nice if
match
would not only accept a data frame, but also an expression, or list of expressions. These could then be passed tosubset(subset = expr)
, so we would also have something comparable todplyr::filter()
. The main benefit over R'ssubset()
should be to preserve label attributes.The text was updated successfully, but these errors were encountered: