Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Combine select and mutate

r dplyr

dplyr and ggplot piping is not working as expected

r ggplot2 dplyr

Using mutate_at() on a nested dataframe column to generate multiple unnested columns

r dplyr tidyr tidyverse purrr

mutate columns after subsetting by value

r dplyr

Use dplyr with database without creating an explicit DBI object

sql-server r dplyr odbc r-dbi

Index of next occurring record

r dplyr data.table

Using a variable number of groups with do in function

r function dplyr tidyverse

How to select n random values from each rows of a dataframe in R?

r dplyr

dplyr group_by and summarize for two df's with same column name

r dataframe dplyr

do.call("rbind", list(data, frames)) but also index each row by its original data frame [duplicate]

r dplyr

How to filter dataframe with multiple conditions?

r dataframe subset dplyr

dplyr: Create a new variable as a function of all existing variables without defining their names

r dplyr

R: Using plyr to perform fuzzy string matching between matching subsets of two data sources

r plyr dplyr fuzzy-comparison

dplyr: sum inside consecutive mutate

r sum dplyr

How to group and summarise each data frame in a list of data frames

r dplyr

Error: Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'character' in dplyr group_by

r dplyr

dplyr rename error: contains unknown variables

r dplyr

Difference between rbind() and bind_rows() in R

r rbind dplyr