Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Converting List to Vector using Tidyverse

r dplyr tidyr stringr purrr

Why do `rlang::sym` and `rlang::quo_name` in LHS of expression behave similarly?

r dplyr rlang tidyeval

Accessing other group_by groups with summarize()

r dplyr group-by summarize

row_number() from dplyr: An example with vector

r dplyr

Rolling paste strings across columns

r dplyr

How to use R summarise with multiple numeric and text-based conditional subsets

r dplyr summarize

Scale rows of data

r scale dplyr

How to remove nth character in string?

r dplyr tidyverse

Replacing values of a row in a dataframe by creating a new row, but keeping the modified original row

r dataframe dplyr

left_join two data frames and overwrite

r dplyr

Why does this dplyr() grouping code work in base R but not when running in Shiny?

r dplyr shiny grouping

dplyr summarise with dynamic columns

r dynamic dplyr

How to use 'ifelse' and 'all' together?

r if-statement dplyr

Why, for R data.tables dt1 & dt2, does dplyr::bind_rows(dt1, dt2)[con2] not yield the expected result, but rbindlist(dt1, dt2)[con2] does?

r dplyr data.table

piping a vector into all() to test equality

r dplyr purrr magrittr

Change variable name in dplyr::count using standard evaluation

r dplyr standard-evaluation

Aggregating a categorical table in R (With percentages)

r dplyr aggregation

Extract first Non NA value over multiple columns

r dplyr tidyr mutate

How do I mutate across to multiple columns together that have similar names in R?

r regex dplyr mutate across

Create column based on matched characters from another column and set all remaining unmatched characters to specified value