Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
x <- 1:100
filter(x, rep(1, 3))
filter(x, rep(1, 3), sides = 1)
filter(x, rep(1, 3), sides = 1, circular = TRUE)
filter(presidents, rep(1, 3))
# }
Run the code above in your browser using DataLab