Search code examples
How to replace the dataset with one value if it satisfies a condition, if not with another value...

rdplyr

Read More
How to use the function facet_wrap() to plot time series data in ggplot2 in R...

rggplot2plotdplyrtime-series

Read More
Multiple column pivot/transpose using R dataframes...

rdataframedplyrdata.tabletidyverse

Read More
Functional programming with dplyr: column_to_rownames() inside function...

rfunctiondplyr

Read More
tag many-to-many relationship when using left_join in dplyr...

rdplyr

Read More
Calculate Means and SDs for each column using dplyr´s "summarise_all"...

dplyrstandard-deviationsummarize

Read More
How to count the frequency of values per month so they are in the right order (Jan to Dec) over mult...

rdplyrtidyverse

Read More
Can I calculate the standard error of all columns with the "summarise_all" function in R d...

rdplyr

Read More
Compute mutual gaze from individual gazes...

rdplyr

Read More
Error: Why is dplyr not reading a factor level in my data frame when using the functions group_by() ...

rdplyrtidyverse

Read More
find the first TRUE within a group...

rdplyrgroupmutate

Read More
Behavior of %>% when piping values to functions containing pipes...

rdplyrscopedata-wranglingmagrittr

Read More
Reformat data to include 2 minute time intervals...

rdplyrtidyrlubridate

Read More
Concatenate while dropping specific value strings...

rdplyrstringr

Read More
Attempting to calculate ratios in multiple columns in dataframe via a for loop...

rdplyrtidyverse

Read More
How to count the number of occurences in a column using dplyr...

rdplyrgrouping

Read More
How to return multiple columns from one function inside `mutate` and allow me to name the output col...

rdplyr

Read More
Dynamically concatenate columns in data frame in pipes...

rdplyrpipe

Read More
Is there a multiple-columns-as-input version of dplyr's "across" function?...

rdplyr

Read More
Compute the actual_tat by excluding the non-business hours in R...

rdplyrtidyverse

Read More
Mutate the column name from the corresponding selected value among many columns...

rdataframedplyrmutate

Read More
Difference if_else (returning too long vector) and case_when when using dplyr...

rdplyrtidyversecase

Read More
Joining Maps Together...

rdplyrvisualizationgeospatialr-leaflet

Read More
add labels to gt table with for loop over column names...

rdplyrgt

Read More
Using a custom case_when function in dplyr mutate...

rdplyrcasemutate

Read More
Calculate transition probabilities...

rdataframedplyrprobabilitymarkov

Read More
Selecting grouped samples satisfying desired conditions...

rdplyrcase

Read More
How to replace NaN and/or Inf with NA in a pipe chain in R...

rdplyrna

Read More
How to subset R dataframe based on specific values in several columns?...

rdataframedplyrsubset

Read More
Calculating population estimate on multiple species in same table...

rdplyr

Read More
BackNext