A function or functional that will be applied to the data that doesn't pass the supplied filters (the scion)
false_name
optional, the name of the object to which the scion will be assigned.
false_env
optional, the environment into which the scion will be assigned. If specified, false_name must also be specified.
If unspecified (default), scions will be placed into the internal package environment.
Value
A tbl whose rows have passed the stated conditions
Details
.data will be split into two chunks based on the conditions. The scion will be passed through false_fun and then either placed on
the package's internal stack or assigned as specified by false_name and false_env.