#dplyr

  1. 🔗How to pass a column name as a function parameter to a dplyr function in R.

    If you need to pass a column name as a function parameter to a dplyr function/verb such as filter() or mutate() do this:

  2. 🔗A Method for counting in a sequence, reset by a binary event in R

    A method for creating a variable that sequential counts until an binary event occurs in another vairiable.

See all tags.