Search code examples
How to lookup and sum multiple columns in R...

rdplyr

Read More
How to assign values to a df$column from another df using conditions in R...

rdataframeif-statementdplyrassign

Read More
turn line of code into a function, dplyr, R...

rdplyr

Read More
Difference between ntile and cut and then quantile() function in R...

rdplyr

Read More
What happens when you use assignment inside of dplyr function R...

rdplyr

Read More
Selecting a group of rows if one of them has a desired attribute...

rdplyrgroup-by

Read More
Filter rows with time period that falls within another row timeperiod...

rdplyrfiltertimerange

Read More
r difference in each observation within Id...

rdplyrdata-manipulation

Read More
Interpolate zero values only if one zero and surrounding values are bigger than zero...

rdplyrinterpolationmissing-dataimputation

Read More
Find the minimum non-missing date among dates in a row in R?...

rdplyr

Read More
Mutate in dplyr / purrr using an external table / dataframe...

rdplyrpurrr

Read More
I would like to identify the primary administrative unit from the latitude and longitude coded in th...

rggplot2dplyrr-sf

Read More
Convert a dataframe where each row has categorical data into a new dataframe with each category repr...

rdataframedplyr

Read More
Conditional filtering of dataframe in R...

rdataframedplyrfiltertidyverse

Read More
Wide format data by pasting two sets of variables into one in R...

rdataframefunctiondplyrtidyverse

Read More
Using across function in R...

rdplyracross

Read More
Rowwise averaging in Dlyr in R with multiple grouping categories...

rdataframedplyr

Read More
Applying dtplyr directly to a data.table instead of a lazy_dt...

rdplyrdata.tabledtplyr

Read More
Summary statistics for different levels of group_by()...

rdplyr

Read More
arrange data frame on variable name multiplied by a column...

rdplyr

Read More
How to set the row names of a data frame passed on with the pipe %>% operator?...

rdataframedplyrmagrittr

Read More
How to remove all rows where at least one column does not have a value of 1?...

rdataframedplyrsubset

Read More
R and dplyr it's not recognizing a variable and realizing the condition...

rdplyrfilterconditional-statementsconditional-formatting

Read More
drop unused levels for all variables in a data frame using dplyr...

dplyrforcats

Read More
In R create a new column from a column using the function case_when() with multiple conditional rule...

rdplyrcasemutate

Read More
How to collect data from future dplyr query after one fails?...

sql-serverrdplyrdbplyr

Read More
R filter out rows based on value in different row...

rdplyrfilter

Read More
Differences between manually and ggplot-calculated boxplot statistics / outlier elimination...

ggplot2dplyrboxplotoutliers

Read More
Grouping sports data in a dataframe and aggregating it into a new table in R...

rdataframedplyrgrouping

Read More
How do I select a respondent's value if conditions are met by row?...

rdplyr

Read More
BackNext