Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

show unique values for each column

r dplyr purrr

dplyr `case_when()` trouble with NA

r if-statement dplyr

How to automate recoding of many variables using mutate_at and nested ifelse statement?

r dataframe dplyr recode

Why is mutate_at not creating a different name for new column when I pass it only one column in vars()?

r dataframe dplyr

Use of cumsum() iterativley in one column

r dplyr cumsum

Create a series of new columns with (d)plyr

r data.table plyr dplyr

Add data frames row wise with [d]plyr

r plyr dplyr

Using group_by and mutate in dplyr package to create new factor variable by id variable

r dplyr

COUNTIF equivalent in dplyr summarise

r dplyr

dplyr mutate function to evaluate values within columns (current, previous, next) vertically

r dplyr

R: Calculating cumulative number of unique entries

r dplyr

Filter by combination of (row) pairs

r dplyr subset tidyr tidyverse

Remove groups that contain certain strings

r dplyr

R dplyr: Write list output to dataframe

r list dataframe dplyr

How do I select all unique combinations of two columns in an R data frame?

r dplyr tidyr

Divide each column sum by the sum of the matrix

r dplyr

Using separate from tidyr with different length vectors

r dplyr stringr tidyr

dplyr + "meta"-columns: when a column contains names of other columns to use instead of the data

r dplyr

Rounding the numeric values in a dplyr tbl_df upon printing

r dplyr

splitting contents of dataframe column into different columns based on values

r dplyr