Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

dplyr::rename_all & dplyr::if_else

r string dplyr

How to fill NA's when you have enough information to calculate what the NA should be in R

r dplyr purrr rowwise

Predict linear regression with multiple separate groups

In the tidyverse, what is the difference between an object of class "tbl" and "tbl_df"?

r dplyr tibble

For Loop with Subset in R

group_by dplyr function in shiny

r shiny dplyr

Filter data based on an external column using dplyr

r dplyr tidyverse

use rollaply without current row

Splitting Raw data column till n delimiters from last

r regex string dplyr

Increase speed in finding "Ιncreasing dice roll sequences"

r performance dplyr purrr

How to pass a dataframe column as an argument in a function using piping?

r dplyr pipe

An R tidyverse way to select columns in order based on data type

r dataframe dplyr

How to do conditional swapping using two columns?

r dplyr data-manipulation

how to calculate time difference between dates by group

r for-loop dplyr purrr difftime

Summarize with conditions based on ranges in dplyr

r dplyr summarize

Create a distance matrix for an sf object

r dplyr distance raster r-sf

Filter grouped data with conditional statement in R

r dataframe dplyr filter subset

Mutate a dynamic column name with conditions using other dynamic column names

r dplyr

How to separate a column in dplyr based on regex

r regex dplyr tidyverse

Generate new variable based on start and stop date in dplyr

r dplyr lubridate