
Accio - Summon Rows that Meet Specific Conditions
accio.Rd
accio
allows you to summon rows from a data frame that meet certain
conditions, akin to the Summoning Charm in the wizarding world. This function
wraps dplyr::filter()
, enabling the selective retrieval of observations
based on specified criteria.