Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Add rows with increased and decreased value in groups

r dataframe dplyr

Add column for each unique value in given row

r csv dplyr

how to order columns by names containing special symbols R

r dataframe dplyr tidyverse

Compute the amount of time between time stamps depending on a group var in dplyr

r dplyr

Inner join data.frames using multiple arguments in R dplyr

r dplyr

How to reconcile .data pronouns with rlang::enquo

r dplyr rlang tidyselect

Connection to Oracle database since upgrade dbplyr not working

I have a dataframe of words and I would like to filter out rows that have numbers in word column in R

r filter dplyr

Value based on largest value by neighbouring column

r dataframe dplyr

Filter grouped data with filter function and if else condition in R

Using Dplyr within a user-defined function to summarise data then plot it

r ggplot2 dplyr aggregate

Retrieve all rows for specific text after grouping by application and user id

r dplyr data-manipulation

Filter a data frame according to minimum and maximum values

r filter dplyr subset

Assign mean values and/or conditional assignment for unordered duplicate dyads

r dplyr data.table

Vectorizing loops in R

r dplyr purrr

Order facet_wrap plots by descending order

r ggplot2 dplyr facet-wrap

Why does pivot_wider either read single values as duplicates or create a wide-and-long tibble (without merging rows)?