Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Order of variable names pivot_wider

r dplyr tidyr

R dplyr drop column that may or may not exist select(-name)

r select dplyr

dplyr: colSums on sub-grouped (group_by) data frames: elegantly

r dplyr

How do I use tidyselect "where" in a custom package?

r dplyr

What is the difference between . and .data?

r dplyr tidyeval

Retain rows up to first occurrence of a value in a column, by group. Groups without value allowed

r dplyr

rolling regression by group in the tidyverse?

lead or lag function to get several values, not just the nth

r dplyr lag lead

How does gganimate order an ordered bar time-series?

Identify the column name of the last occurrence of a value in R data frame

r dplyr

mutate rowSums exclude one column

r dplyr

How to use both starts_with and ends_with at the same time in one select statement?

Fill NA values with the trailing row value times a growth rate?

r plyr dplyr apply na

R dplyr join by range or virtual column

r dplyr

Cumulative Count Paste

r dplyr

Multiple paired t-tests on multiple variables simultaneously using dplyr/tidyverse

r dplyr

Sum of values greater than or equal too for each element in grouped dataframe (dplyr) R

r dplyr data.table

Linear Interpolation using dplyr

r xts dplyr

Nested pipe chain in dplyr / left_join

r dplyr

Collapsing rows by user with dplyr

r dplyr