Free Access Week - Data Engineering + BI
Data engineering and BI courses are free!
Free Access Week - Jun 2-8

replyr (version 0.2.0)

replyr_bind_rows: bind a list of items by rows (can't use dplyr::bind_rows or dplyr::combine on remote sources)

Description

bind a list of items by rows (can't use dplyr::bind_rows or dplyr::combine on remote sources)

Usage

replyr_bind_rows(lst, eagerCompute = FALSE)

Arguments

lst
list of items to combine, must be all in same dplyr data service
eagerCompute
if TRUE call compute on intermediate results

Value

single data item

Examples

Run this code

d <- data.frame(x=1:2)
replyr_bind_rows(list(d,d,d))

Run the code above in your browser using DataLab