Generate a table illustrating sequential exclusion from an analytical sample due to user specified exclusions.
sample_flow(df, exclusions = c())
A data.frame with columns Exclusion, 'Sequential Excluded', and 'Total Excluded' for display.
A data.frame or tibble.
Character vector of logical conditions indicating which rows should be excluded from the final sample. Exclusions occur in the order specified.