Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Check monotonically increasing per row

r dataframe dplyr

automatically rename multiple columns with piping an elegant way

r dplyr

Using mutate_at to insert relative values after each column (relative to the second column of the tibble)

r dplyr tibble

How to create a co-occurrence matrix calculated from combinations by ID/row in R?

Merge rows in same data frame based on common values

r merge dplyr

R - extract all strings matching pattern and create relational table

regex r dplyr

cumsum for unique value using dplyr mutate

r cumsum dplyr

Traveling between nesting levels in a tibble: how to refer to data stored in upper levels of nesting hierarchy

r dplyr purrr tibble

Efficient resampling for the sum of specific values in a dataframe

r dplyr

Rename dynamically using a dataframe name with dplyr

r dplyr

Return most common value in column by group, replace null in that column with that value

r dplyr

how to avoid arranging in groupby column in dplyr

r dplyr

How can I group by one variable in terms of status of a different variable in a longitudinal situation in R?

r dplyr any

Sorting in R with dplyr: How to sort by category in one column based on sum of category in another column?

r dataframe dplyr plyr

How to merge two data frmaes with no common column names using R

r join dplyr merge tidyr

can't transform a data frame with duplicate names mutate() function in dplyr

r dplyr tidyverse

Finding the 3 coldest consecutive months

Finding rows of a large matrix that match specific values

r dplyr data.table

Dplyr, filter and SE

r dplyr