Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

how to pass column names in dplyr select without evaluation

r dplyr

row-wise operations, select helpers and the mutate function in dplyr

r select dplyr rowwise

How can I speed up spatial operations in `dplyr::mutate()`?

r dplyr purrr sf

Sequential evaluation of named arguments in R

r dplyr tibble nse

How to group_by variable and cut time into 10s bins starting at 13:24:00 exactly and average for group_by variable

r time dplyr

Function that composes functions with existing sql translations in dbplyr

r dplyr dbplyr

R dplyr, using mutate with na.omit causes error incompatible size (%d)

r dplyr

Why does mutate(row_number()) fail for data.tables?

r data.table dplyr

Format dplyr do() output by group into data.frame

r dplyr

How to filter a remote table based on one single value?

r dplyr

R split apply combine with dplyr - how to keep NA resulting from slice

r dplyr

Difference in NA/NULL treatment using dplyr::left_join (R lang) vs. SQL LEFT JOIN

sql r left-join dplyr

In dplyr 0.5.0, on a grouped data frame, why does slice(1) not give the same row ordering as filter(row_number() == 1)?

r dplyr

R: Best Practices - dplyr and odbc multi table actions (retrieved from SQL)

sql-server r dplyr odbc dbplyr

left_join for tbl: na_matches not working

r sqlite dplyr left-join dbplyr

Port JavaScript async and igraph code to R?

javascript r dplyr igraph

Is there an "unfilter" in dplyr to merge changes with the original dataset?

r dplyr

Emi calculation for the grace month in R

How to restructure dataframe having multiple variable by keeping some variable static & dynamic in R

r dataframe dplyr

Replacing group_by_at(NULL) using across

r dplyr tidyverse rlang