Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

dplyr mutate in zoo object

r dplyr zoo

Is there a way to replace column values on matching rows while joining one data.frame to another?

Adding a pvalue column to dataframe in R

r dplyr statistics

Filter rows based on vector index instead of column name or index

r dplyr

How to add a row to a dataframe modifying only some columns

r dataframe dplyr tibble

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