Search code examples
Add row in each group using dplyr and add_row()...


rdataframedplyrrowtibble

Read More
How to left_join across multiple timepoints in long format...


rjoindplyrleft-join

Read More
Find the most recent dates in looking backward and looking forward dates from a specific date column...


mysqlsqlrdplyr

Read More
Filter a dataframe to keep only rows that are increasingly smaller than the first row...


rdplyrdata.tableapplypurrr

Read More
step_rename does not work like dplyr::rename...


rdplyrtidymodels

Read More
How to create means and s.d. columns with data.table (based on multiple conditions)...


rdplyrdata.table

Read More
In tidyeval, what is the difference between !!var and !!sym(var)?...


rfunctiondplyrrlang

Read More
Recode values based on look up table with dplyr (R)...


rdplyrlookuprecode

Read More
Checking whether sets of columns are the same, row wise in R, in any order...


rdplyrrowwise

Read More
Row-wise operations on column subsets in dplyr...


rdplyr

Read More
Rolling forecast of column values where new values depend on previous known values, without for loop...


rdataframedplyr

Read More
Reshaping data using tidyr...


rdplyrtidyr

Read More
How to control program flow from data.frame values...


rdplyr

Read More
Conditionally mutate based on previous values in the same column...


rdplyr

Read More
R - Make the ratio of two variables in column C, based on two levels in column B, by grouping of col...


rdplyrtibble

Read More
How to write the following tidyverse R code using Python Polars?...


pythonrdplyrtidyversepython-polars

Read More
R how to filter and exclude specific date intervals based on multiple conditions...


rdplyr

Read More
How can all columns of a dataframe be converted into a single list in R?...


rdplyrr-markdownr-flextable

Read More
expand versus crossing in combination with nesting for tidyr::complete giving inconsistent behavior...


rdplyrtidyr

Read More
conditionally bold values in flextable...


rdplyrr-flextable

Read More
Sum subset of rows within a data frame using Dplyr...


dplyr

Read More
Getting system.time or replicate work with piping %>%...


rdplyrpipingmagrittr

Read More
R - Running time by line of code in dplyr...


rperformancetimedplyr

Read More
If there are consecutive columns that are equal, how to keep just one and assign a new column name...


rfunctiondplyrr-markdownr-flextable

Read More
Reproduce a complex table with double headers...


rdplyrgtsummaryr-flextable

Read More
How to filter data without losing NA rows using dplyr...


rfilterdplyr

Read More
Subsetting Panel Data conditional on consecutive strings of length...


rdplyrsubsetpanel-data

Read More
summarise(across(starts_with())) in R...


rdplyrtidyr

Read More
mutate(across(map())): Any way to include the column name in a .progress message from map()?...


rdplyrpurrr

Read More
Flextable: repeat headers without changing column class...


rdataframedplyrr-flextable

Read More
BackNext