Search code examples
Add a new identifier in id column of long format by group...


rtidyverse

Read More
Is there a way to add a new column based on a value of a single row without a loop?...


rtidyverse

Read More
Why is the output of my mutate function 26 when it should be 29?...


rtidyverse

Read More
How do I get parse_date_time() to recognize Dec 31 of leap years?...


rtidyverselubridatedate-formattingleap-year

Read More
Is there a way to replace a group of strings with another group if strings via dplyr and stringr...


rdplyrtidyversestringr

Read More
R: sample equal Ns, within groups...


rtidyversesampling

Read More
Extract rowwise_df regressions to display using texreg...


rtidyversebroomtexreg

Read More
How to create new data rows for each unique value in a column (potentially grouped by other variable...


rtidyversedata-manipulationdata-transform

Read More
Transpose dataframe in R and maintain first column...


rdataframedplyrtidyversetranspose

Read More
How to plot every column of a data frame agains every other column using ggplot and geom point?...


rggplot2dplyrtidyversegeom-point

Read More
make calculation inside ggplot with only subset from data according to aes...


rggplot2tidyverse

Read More
Function applied to each element of a list and returns a list of list in R...


rlisttidyverseapplypurrr

Read More
How would you create a recursively nested tibble in R...


rtidyversetidyrnested-lists

Read More
Number data frame by unique rows in R...


rtidyverse

Read More
R – Can't seem to reorganize a data set using pivot_longer...


rdata-structurespivottidyverse

Read More
Conditionally replace the values in columns to value in another column using dplyr...


rdplyrtidyverse

Read More
Use dplyr::rename function in a for loop in R...


rdplyrtidyverse

Read More
How do I apply a function across multiple pairs of columns in a dataframe?...


rtidyverse

Read More
Recoding into a new categorical variable, where a category gets converted to NA...


rdplyrtidyverseexpss

Read More
Replacement of column values based on a named vector...


rtidyverse

Read More
Conditional replacing of a numeric value in dplyr...


rdplyrtidyverse

Read More
reading text as a dataframe into R...


rdataframefunctioncsvtidyverse

Read More
How do I create a line graph with 2 lines where x is year and y is proportion of total rather than r...


rggplot2dplyrtidyverse

Read More
How to Keep Group Associated when Separating Free Text Fields in R...


rtexttidyversetidytext

Read More
R tidyverse - How to create a row summing the columns...


rtidyverse

Read More
How to get tidy fill function to use groups when filling data rows...


rdplyrtidyversefill

Read More
How to force 0-count summary cells and add totals to columns and rows (R tidyverse)...


rtidyversesummarize

Read More
Unable to filter and plots data from the last six days in R with tidyverse...


rdatetimetidyversefacet

Read More
R: Lookup table / combine two dataframes...


rtidyverse

Read More
How to check if a string is in datetime format in R?...


rtidyverselubridate

Read More
BackNext