subsetize {Momocs} | R Documentation |
Subsetize various Momocs objects
Description
Subsetize is a wrapper around dplyr's verbs and should NOT be used directly.
Usage
subsetize(x, subset, ...)
Arguments
x |
a |
subset |
logical taken from the |
... |
useless here but maintains consistence with the generic subset. |
Value
a subsetted object of same class
See Also
Other handling functions:
arrange()
,
at_least()
,
chop()
,
combine()
,
dissolve()
,
fac_dispatcher()
,
filter()
,
mutate()
,
rename()
,
rescale()
,
rm_harm()
,
rm_missing()
,
rm_uncomplete()
,
rw_fac()
,
sample_frac()
,
sample_n()
,
select()
,
slice()
Examples
# Do not use subset directly
[Package Momocs version 1.4.1 Index]