Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

error "no applicable method for 'regroup' applied to an object of class "c('integer', 'numeric')""

r dplyr

Can I group_by columns with starts_with?

r dplyr tidyselect

How to pass column name as argument to function for dplyr verbs?

r dplyr

Filtering df on multiple columns from the same row in another table?

r dplyr

Subsetting rows with sequence of values and identifying columns where sequence begins

r dataframe dplyr

How do you do rolling joins with database tables in R?

r join dplyr dbplyr

R dplyr mutate with hash function (digest) requiring R object as input

r dplyr hash

rowSums() to count number of both non-missing and unique values

r dataframe dplyr rowsum

How split column of list-values into multiple columns?

r list split dplyr

Numbering rows within groups in a data frame, but in relation to the blocks of rows with the same value

r dplyr tidyverse

How to copy grouped rows into column by dplyr/tidyverse in R?

Pipe operation dplyr R with object returned a list

r list dplyr

applying a function to the output of dplyr's group_by

r ggplot2 dplyr

How can I convert data frame of survey responses to a frequency table?

r dataframe dplyr

Mutate a new column and paste value from existing columns conditional on string in column names

Add rows to list of dataframes from another dataframe

r list dplyr

How to sum using concurrent values in R

r dplyr sum

How to add 2 functions into regression by group?

r dplyr regression

Why is dplyr's filter not working with white spaces in simple filter?

r dplyr

Count or sum specific string (strings) in each row (rowwise) using dplyr

r string tidyverse dplyr