Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Flag observations before and after a specific value in another column

r dplyr data.table

Converting string/chr to date using sparklyr

R cumsum with multiplication based on value

r dplyr

str_replace pattern is "" gives "Error in mutate_impl(.data, dots) : Evaluation error: Not implemented."

r dplyr

r using dplyr 'gather' function

r dplyr tidyr

Using `dplyr::mutate()` to create several new variables from names specified in a vector

r dplyr tidyverse tidyeval

dplyr::recode in conjunction with stringr::str_detect()

r dplyr tidyverse stringr

dplyr::mutate_at using multiple functions

r dplyr

Find all the zeroes over a diagonal of a data frame

r dplyr

count by all variables / count distinct with dplyr

r dplyr

bind_rows(), column can't be converted from integer to character error

r dplyr

Creating new column combining info in two columns, alphabetically

r dplyr

Filter dataframe based on input vector containing column names

r dplyr data-manipulation

Get latest record but if the latest is empty then get the last latest record

r dplyr

How to remove rows that contain identical pairs in opposite order in 2 columns

r dplyr

Filtering on grouped variable maintaining sequence

r dplyr

Add variable labels within mutate

r dplyr tidyverse

R: How to generate a column with row values based on the nearest N row's values

Unexpected Behavior with dplyr::filter()

r filter dplyr tidyverse

How to unnest multiple list columns of a dataframe in one go with dplyr pipe

r dplyr tidyr