Search code examples
Carry forward data from previous row, based on conditions of various columns in a dataframe in r...

rdataframeif-statementdplyrmutate

Read More
Replacing NA values with data from another Dataset...

dplyrmergetidyversenamissing-data

Read More
Calculating years between occurence of 1 in a column by group...

rdataframedplyr

Read More
Number of decimals of p-values using tbl_svysummary...

rdplyrgtsummary

Read More
Replace values in 7 columns of original dataframe with values in reference dataframe...

rdataframedplyrmerge

Read More
Group by and sum/count of columns issues...

rdplyrdata-wrangling

Read More
Is there a way to add a LIKE in a dbplyr inner_join SQL translation?...

sqlrdplyrtidyversedbplyr

Read More
Vectorized function in dplyr::mutate and logical operators...

rdplyrvectorizationmutate

Read More
How to retain the matching column in dbplyr:::left_join.tbl_lazy from y?...

rdplyrtidyverseleft-joindbplyr

Read More
Replace a value based on a condition...

rdplyr

Read More
remove duplicates but keep the row based on a specific column...

rdplyr

Read More
Make dataframe into wide format and group multiple variables...

rdplyr

Read More
r randomly assign 1 or 0 based on conditons...

rdplyrduplicatesdata-transform

Read More
How to filter on a date with dbplyr and ROracle?...

roracle-databasedplyrdbplyrroracle

Read More
Make dataframe into wide format and group columns by pairing...

rdplyr

Read More
How to unnest a column with double and character values into one character column?...

rdplyrcompare

Read More
Efficiently Assigning a common ID to Related Rows in Large DataFrame in R...

rdplyrdata.table

Read More
How to use unite with map2 in R?...

rdplyrtidyrpurrr

Read More
How to join dataframes using a prefix as a match?...

rdataframejoindplyrtidyverse

Read More
Expanding data frame which contain list in R...

rdataframelistdplyrtidyverse

Read More
More efficient program to create columns and sum pairwise comparisons of specific conditions in a la...

rdataframeloopsdplyrpairwise

Read More
How to extract the IDs of non-matching values between 2 data frames by ID in R?...

rdplyrcompare

Read More
Using filter inside R function...

rdplyr

Read More
changing multiple column values given a condition in dplyr...

rdplyr

Read More
Converting three to four digit numeric values to 24-hour format hours:minutes in R...

rdplyrtidyverselubridate

Read More
r convert a wide format to a summary format...

rdplyrsummarysummarize

Read More
Why does combination of rename_with() and str_replace() fail?...

rdplyr

Read More
dplyr arrange() function sort by missing values...

rsortingdplyrna

Read More
How to remove everything except numeric elements in R...

rdplyrgsubtemperature

Read More
Create column with grouped values based on another column...

rif-statementdplyr

Read More
BackNext