Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

add column with row wise mean over selected columns using dplyr

regex r dplyr

Rank based on several variables

r dplyr ranking rank

R: Roll up column values containing NA's by sum while grouping by ID's

How to do rowwise summation over selected columns using column index with dplyr?

r dplyr

How can I select and rename a long list of columns from a data frame in R?

r dplyr

Split string and transpose result

r data.table dplyr

R dplyr: how to remove smaller groups?

r dplyr

How to use values from a previous row and column

r dataframe dplyr

Testing a function that uses enquo() for a NULL parameter

r dplyr

filter rows when all columns greater than a value

r dataframe select dplyr subset

Calculating pvalue within a huge data frame takes very long

r performance dplyr

Functions and non-standard evaluation in dplyr

r function dplyr

Correlations between numerous variables grouped in dplyr

r dplyr correlation

Get title for plots when using purrr and ggplot with group_by and nest()

r ggplot2 dplyr purrr

Delete rows from SQL Server table using R (DBI package)

r dplyr odbc dbi

Fill column based on look-up table in R

r dplyr

dplyr and Non-standard evaluation (NSE)

r dplyr

Using conditions in dplyr::mutate

r dataframe dplyr

Normalize by Group

r dplyr normalize

More efficient way to get frequency counts across columns of data frame

r dplyr