Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

How to automatically transform columns into objects in R?

r for-loop dplyr tidyverse apply

Add two columns simulataneously via mutate

r dplyr

Attribute value to new column based on values in similarly called columns

Split dataframe into several data frames within a list, each column separately

r list for-loop dplyr split

Reorder variable according to conditions

r dataframe dplyr

Lengthen data frame with duplicate names

r dplyr tidyr

How to count logical values through multiple columns in R?

r dplyr

Apply custom function to each subset of a data frame and result a dataframe

r dplyr plyr tapply

Data wrangling with R

r dplyr tidyverse

Select specific rows from sqlite database using dbplyr in R

r sqlite dplyr dbplyr

How to perform conditional mutate on unspecified columns (e.g. matching regex)?

How to count previous occurrences of IDs grouped by date? [duplicate]

r dplyr

My data.table join exceeds memory limit on 64bit Windows machine with 32gb RAM

r memory dplyr out-of-memory ff

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