Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

R - How to rearrange rows in a data frame while maintaining their grouping?

r dplyr group-by

Data table aggregations with vector functions, take 2

r data.table plyr dplyr

Using dplyr summarise_each() with is.na()

r dplyr

knitr called from RStudio does not preserve the order in which packages are loaded

r knitr rstudio dplyr

Calculate multiple columns from one function and add them to data.frame

r data.table dplyr

How to use namespaced function with dplyr::mutate_each?

r namespaces dplyr

Construct variable names in select_

r dplyr

How to use group_by() and do() in dplyr to apply a function for each factor level

r function dplyr

removing NaN using dplyr

r dplyr

How to prevent RMySQL warnings "Unsigned INTEGER in col imported as numeric"?

r dplyr rmysql

Referencing a range of columns in dplyr

r filter sum dplyr

Detect a list of words in a string variable and extract matched words to a new variable in data frame

r dplyr stringr

Why can't we use . as a parameter in an anonymous function with %>%

r dplyr plyr

Using dplyr to group_by and conditionally mutate a dataframe by group

r group-by dplyr

Remove rows from data frame using row indices where row indices might be zero length vector

r dataframe dplyr

Merge two lists of dataframes

r list dataframe dplyr

Supplying multiple groups of variables to a function for dplyr arguments in the body

r dplyr purrr rlang tidyeval

Multiply pairs of columns using dplyr in R

r dplyr

R sum a variable by two groups [duplicate]

r dplyr aggregate

dplyr function with optional grouping only when argument provided