Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Return all factor levels by name as new columns from a three column data.table [R]

r data.table dplyr

R: split string into numeric and return the mean as a new column in a data frame

r recursion dplyr strsplit

Summarise dataframe to include all unique values in a grouping

r dataframe dplyr

dplyr mutate_each_ standard evaluation

r dplyr

Tracking full Level change row by row

r data.table dplyr zoo

Unable to subset (filter) a data frame due to NA's

r data.table dplyr subset

R - error expecting a single value using dplyr mutate and if_else

r dplyr

Get `chisq.test()$p.value` for several groups using `dplyr::group_by()`

r dplyr chi-squared tidyverse

check whether steps in a counter variable are missing

r dplyr tidyr

How to select unique point

r dplyr combinations

dplyr mutate: solve unique names error

r dplyr

Statistics of multiple similarly named columns

r statistics dplyr

how to transform a string into a factor and sets contrasts using dplyr/magrittr piping

r dplyr magrittr

Pass vector of column names to paste() within mutate (dplyr)

r dplyr rlang

Use dplyr conditional filter in reactive function in Shiny

r shiny dplyr reactive magrittr

Calculating summary statistics for a dataframe automatically and creating new table

r dplyr

arrange() doesn't recognize column name parameter

r dplyr

R: Filtering by two columns using "is not equal" operator dplyr/subset

r dplyr

Conditionally mutate columns based on column class

r pipe dplyr

Diagonals to rows in data.frame

r dplyr data-manipulation