Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

changing all values in one column in a filtered data.frame in R

r dplyr stringr

How to loop through columns, check if a particular value exists in any of the columns, mutate a new column and enter 1 if it exists, 0 if not?

Replace part of string with mutate (in a pipe)

r dplyr tidyverse stringr

Count the new element added and removed from the previous group from a dataframe

r dataframe dplyr

dplyr equivalent to ddply in plyr diamonds example

r plyr dplyr

Calculating ratios by group with dplyr

r dplyr

Multiple aggregations (categorical and numeric) with dplyr in one chain

r dplyr

Selecting specific columns when using mutate_each function from dplyr

r dplyr

Dplyr conditional windowing

r dplyr

How can I use dplyr/magrittr's pipe inside functions in R?

r dplyr magrittr nse

Lag / lead by group in R and dplyr

r dplyr

dplyr's filter function: how to return every value (or «cancel» the effect of filter)?

r dplyr data-manipulation

Extract model summaries and store them as a new column

r dplyr lm summary purrr

dplyr Exclude row [duplicate]

r dplyr

R: how to filter a timestamp by hour and minute?

r datetime dplyr lubridate

tidyr - spread multiple columns

r dplyr spread

Using n() at the same time as calculating other summary statistics

r dplyr summary

Means multiple columns by multiple groups [duplicate]

r dplyr sapply dcast

Use perl=TRUE regex in dplyr select

r regex dplyr

dplyr::filter "No tidyselect variables were registered"