Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Use purrr::map to apply multiple arguments to a function

r ggplot2 dplyr magrittr purrr

Weird : cumsum not working on dplyr

r dplyr cumsum tibble

Create a new column based on an index column

r dataframe dplyr tidyverse

Summarise_each for first non-NA value

r dplyr summarize

r collapsing data from multiple columns into one

r dplyr aggregate

Conditional Insertion of rows based on consecutive values in a column in R

r dataframe dplyr

Remove duplicates, keeping most frequent row

r dplyr

Match records immediately before and after time range

r dplyr data.table lubridate

Use of ifelse after pipe operator

r dplyr

Error using dplyr::count() within purrr::map()

r dplyr purrr

Speeding up operation on matrix columns in R

r for-loop dplyr

Calling prop.test function in R with dplyr

r dplyr

Tidyeval: pass list of columns as quosure to select()

r dplyr rlang nse tidyeval

How to bin the summarised frequency table with dplyr

r dplyr tidyverse

dplyr: Need help returning column index of first non-NA value in every row

r dplyr

Return original data set after top_n

r dplyr tidyr

dplyr::if_else - check for condition and insert NA as part of the evaluation

r dplyr

Top_n return both max and min value - R

r dplyr top-n

How to use mutate and ifelse in a loop?

r loops tidyverse dplyr

Search for string across entire row of a tibble?

r dplyr purrr stringr tibble