Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Creating a frequency table for each column in a data frame using a loop and storing the results in a list

r dataframe list dplyr

What happens when you use assignment inside of dplyr function R

r dplyr

Extracting event types from last 21 day window

r dplyr zoo

Mutate returns data in wrong order dplyr is this a bug?

r dplyr

R: Merge information from 2 columns together

r dplyr

dplyr - recode several columns at once

r 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