Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

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"

R- how to conditionally remove first row of group_by

r dplyr

select non-missing variables in a purrr loop

r dplyr lm purrr

Using case_when() to assign two new columns, instead of one

r dplyr

Analog to Pandas Series.value_counts() in R? [duplicate]

r pandas dplyr

Any way to do filtering as well as summarizing in ddply?

r plyr dplyr

Filtering reactive data set in shiny R

How to select specific columns containing certain strings/characters?

r dataframe dplyr

Create new variables based upon specific values

regex r dplyr stringr

How to use the spread function properly in tidyr

r dplyr tidyr spread

dplyr: how to use mutate function to make a key combining a prefix string and a sequence of values

r dataframe dplyr

Using group_by with mutate_if by column name

r dplyr tidyverse

replace values throughout a tibble

r dplyr tidyverse