subsetize | R Documentation |
Subsetize is a wrapper around dplyr's verbs and should NOT be used directly.
subsetize(x, subset, ...)
x |
a |
subset |
logical taken from the |
... |
useless here but maintains consistence with the generic subset. |
a subsetted object of same class
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()
# Do not use subset directly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.