Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Change data types using a list of data type names

r dataframe dplyr data.table

Using the result of summarise (dplyr) to mutate the original dataframe

r dplyr posixct lubridate

How to pass strings denoting expressions to dplyr 0.7 verbs?

r dplyr rlang tidyeval

Rename in dplyr 0.7+ function

r function dplyr nse rlang

Gathering specific pairs of columns into rows by dplyr in R [duplicate]

How to get every nth element from each group in a grouped data frame

Extract rows where value appears in any of multiple columns

r dplyr data.table

Alternative to Sapply in dplyr

r dplyr

convert dplyr join syntax into pure data.table syntax

r join data.table dplyr

summarize groups into intervals using dplyr

r dplyr

R: show ALL rows with duplicated elements in a column [duplicate]

r dplyr

Extra statistics with summarize_at in dplyr

r dplyr

use dplyr mutate() in programming

r tidyverse nse dplyr

Is it possible to add a third dummy variable using ifelse() in R?

dplyr::count() multiple columns

r dplyr

R: How to recode multiple variables at once

r dplyr recode

Use string to select column per row in dplyr (or base R)

r dplyr

R - Identify a sequence of row elements by groups in a dataframe

r dataframe dplyr

dplyr / tidy way to filter a vector based on a substring?

r dplyr

Using Tidyr/Dplyr to summarise counts of groups of strings

r dplyr tidyr