rm_levels {junco} | R Documentation |
Removal of Levels
Description
custom function for removing level inside pre step in make_split_fun.
Usage
rm_levels(excl)
Arguments
excl |
Choose which level(s) to remove |
Value
a function implementing pre-processing split behavior (for use in
make_split_fun(pre = )
which removes the levels in excl
from the data
before facets are generated.
[Package junco version 0.1.1 Index]