Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Collapse all columns by an ID column [duplicate]

r dplyr

How to use map from purrr with dplyr::mutate to create multiple new columns based on column pairs

r purrr dplyr

dplyr filter on a vector rather than a dataframe in R

r dplyr

What is the difference between as.tibble(), as_data_frame(), and tbl_df()?

R: How do I choose which row dplyr::distinct() keeps based on a value in another variable?

r dplyr unique distinct-values

Conditional cumsum with reset

r dplyr reset cumsum

Programming with dplyr using string as input

r dplyr

grouped operations that result in length not equal to 1 or length of group in dplyr

r data.table dplyr

Implicit sorting in tidyr::spread and dplyr::summarise

R - Parallelizing multiple model learning (with dplyr and purrr)

dplyr - using column names as function arguments

r dplyr

tidyverse: binding list elements of same dimension

r dplyr tidyverse reduce purrr

Mutating multiple columns in a data frame using dplyr

r dplyr

Randomly sample groups

r dplyr

Get first and last values per group – dplyr group_by with last() and first()

r dplyr data-manipulation

What can't I do with dtplyr that I can in data.table

r dplyr data.table dtplyr

Conditional replacement of column name in tibble using dplyr

r dplyr tidyverse

Difference between pull and select in dplyr?

r dplyr

Repeating rows of data.frame in dplyr [duplicate]

r dplyr

Shiny selectInput to select all from dropdown

r shiny dplyr