Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

R package fails devtools::check, because "could not find function" even though the function is imported in NAMESPACE

Using dplyr::if_else() in R to change the time zone of POSIXct timestamps based on value of another variable

rolling 30-day geometric mean with variable width

r dplyr rolling-average

How to add summary statistics in histogram plot using ggplot2?

r ggplot2 dplyr histogram

Data Smoothing in R

r dplyr

Random sample of rows with "at least one from each" condition

r dplyr

How to use anonymous functions for mutate_each (and summarise_each)? [duplicate]

r dplyr anonymous-function

conditionally insert rows to a dataframe using dplyr

r dplyr

Can I combine a dplyr mutate_at & mutate_if statement?

r interpolation dplyr

tidyverse: row wise calculations by group

r dplyr tidyverse

Counting number of rows since last observation that fulfills condition

r dplyr

How to calculate the elder generation’ maximum education year in one family

r dplyr data.table

How to calculate a (co-)occurrence matrix from a data frame with several columns using R?

Apply a function to all rows except the current one (dplyr)

r dplyr

How to apply a function to the entire table in a dplyr chain

r dplyr

Combining dplyr::mutate with lubridate::ymd_hms in R randomly causes segfault

Split list every n elements and cbind, then rbind slices

r list dplyr rbind cbind

Transmute over multiple columns in dplyr

r dplyr

Count number of rows when using dplyr to access sql table/query

mysql r postgresql sqlite dplyr

Changing column data type to factor with sparklyr