Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Check dataframe with different functions (dplyr)

r dplyr

How to create `id` for `pivot_longer()`

r dataframe dplyr tidyverse

Multiply a set of values across a dataframe using dplyr

r dplyr

How to pivot_longer a set of multiple columns? and How to go back from that long format to original wide?

r dplyr plyr

Complete dataframe in sparklyr

Efficient way of creating a new variable via fuzzy string matching and grouped summarization in R

r dplyr group-by fuzzy-search

Inserting a new row without specifying column names in R using dplyr

r dplyr

How can I make combn work in dplyr::mutate?

r dplyr

Tidyverse: case_when() not returning correct value

tidyr::pivot_longer() for multiple matching sets of names/values

r dplyr tidyverse tidyr

Get data out of "c(\"a\", \"b\")" format

Error in ts(x) : 'ts' object must have one or more observations

r dplyr forecasting

Group medians from a data frame using dplyr

r dataframe dplyr median summary

Summarise transactions fulfilling a criterion in a sliding window

r data.table dplyr

Efficient method to filter and add based on certain conditions (3 conditions in this case)

Filtering dataset for a specific date with lubridate and dplyr

r dplyr lubridate

How to use a function that returns multiple values in dplyr::across()?

r dplyr across

cumulative sum with two conditions

r dplyr

Joining data frames without returning all matching combinations

r dataframe join dplyr purrr

Collapse column value into one if different value [duplicate]

r dplyr