Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

R: How to change column type of a df in a list and combine list to df with bind_rows()

r list dataframe dplyr

Take first non-0 value or last 0 value if that's all there is

r dplyr data-cleaning

Mutate top n rows without throwing away the other rows

r dplyr tibble

Creating a conditional dummy variable column in R

join_by data-masking in dplyr in R

r dplyr

Choosing the function in a selfmade function with tidyeval

r dplyr rlang tidyeval

Calculating proportion of variable when grouping by multiple variables with dplyr

r dplyr grouping

How to regroup element with common values in two columns

r dplyr

Need to delete cells which contains "0" and retaining other cells in R

r dplyr reshape2

Find the duplicate IDs if they meet the condition that all the columns are same and create a new column which shows the duplicates

r dplyr duplicates

extracting from list by name with dplyr

r data.table dplyr forecasting

Filter on combinations of columns in dataframe (R)

r dplyr filter

Dplyr calculate mean and variance without all the data

r dplyr

How to select the first value of a column of a data frame according to the group using dplyr?

r dataframe dplyr pipe

How do I convert spreadsheet data with multiple repeating columns, a grouping variable, and values into long format?

r dplyr data-transform

Why does it take so much longer to run a mutate function using c_across(all_of()) (from tidyverse/dplyr) than !!!syms(...), in R?

r dplyr

why collapse row from kableExtra package not working

r dplyr kableextra

How to calculate change in a column based on date across groups?

r dataframe date dplyr

drop lowest n each time period

r dataframe dplyr dataset purrr

Cumulative multiplication after `group_by`

r dplyr group-by