Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

How to add a variable based on order of observation in a dataframe - R

r dplyr

Making Spark functions accessible from within a bespoke function in mutate

r function dplyr sparkr sparklyr

Appending a row of sums for each level of a factor

Mutate - NA Handling

r dplyr na mutated

Why does this happen when a user-defined R function does not return a value?

r dplyr plotly

Adding new rows to a data frame with values computed from existing rows

r dplyr

dplyr'ish approach to simple subset/summarise function

r function dplyr rlang

filter dplyr's tbl_df using variable names

c++ r filter environment dplyr

`lazy_dt` not support `dplyr/across`?

r dplyr across dtplyr

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