Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Assign gene names from another dataframe based on SNP position and gene start/end coordinates [duplicate]

r dplyr

Use `dplyr::filter_at` with multiple predicate expression

r dplyr tidyverse

dplyr::case_when() inexplicably returns names(message) <- `*vtmp*` error

r dplyr

What's happening behind the conversion of factor to numeric?

r dplyr magrittr

Create a list from Tibble Columns

r list dplyr purrr readr

How to perform a group_by with elements that are contiguous in R and dplyr

r dplyr tidyverse

row numbers for explicit rows in r

r dataframe dplyr row-number

S4 object inheriting from data.frame: remove warning in dplyr::filter

r inheritance dplyr r-s4

Calculate the euclidean distance between points within grouped data

r dplyr distance r-sp geosphere

set na all values that starts with certain string in dplyr environment is.na(), na_if(), startsWith(), regex

r dplyr na

Selecting a large range of values to recode in R

r dataframe dplyr recode

If function in dplyr::mutate : the condition has length > 1

r dplyr

Utilizing functions within across() in dplyr to work with paired-columns

r function dplyr across

count distinct and calculate percent differences in two columns ifrom R dataframe

r dplyr

summarise by group returns 0 instead of NA if all values are NA

r dplyr

mutate across with vectorized function parameters

r dataframe dplyr

How can I create a new column with mutate function in R that is a sequence of values of other columns in R?

r dataframe dplyr