print_exclusion {excluder} | R Documentation |
Print number of excluded rows
Description
Prints a message to the console with the number of excluded rows. This function is not exported.
Usage
print_exclusion(remaining_data, x, msg)
Arguments
remaining_data |
Data after removing exclusions. |
x |
Original data before removing exclusions. |
msg |
Text to describe what types of rows were excluded. |
[Package excluder version 0.5.2 Index]