Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Fill NAs with either last or next non NA value in R

r dplyr tidyverse na zoo

Assign ID to column with NA's

r dplyr tidyverse na

In R create new column with name of column closest in value to target

r dplyr

dplyr: Find first non-zero element and last non-zero element and trim vector, by group

r dplyr

Rank subgroup by group (dplyr)

r dplyr

base::ifelse() within dplyr::arrange() for conditional arrangement of grouped rows

r dplyr data-manipulation

Check if value of column A is present in the same row or previous rows of column B

Using pivot_longer with 2 groups of columns

r dplyr tidyverse

How can I match-up rows in R data frame

r dataframe dplyr