Last chance! 50% off unlimited learning
Sale ends in
at_least(x, fac, N)
arrange
,
chop
, combine
,
dissolve
, filter
,
mutate
, rename
,
rm_uncomplete
, rw_fac
,
sample_frac
, sample_n
,
select
, slice
,
subset.Coo
, transmute
data(trilo)
table(trilo, "onto")
at_least(trilo, "onto", 9)
at_least(trilo, "onto", 16)
at_least(trilo, "onto", 2000) # too ambitious !
Run the code above in your browser using DataLab