list_rbind: Combine list elements into a single data structure

View source: R/utils.R

list_rbindR Documentation

Combine list elements into a single data structure

Description

  • list_rbind() combines elements into a data frame by row-binding them together with vctrs::vec_rbind().

Usage

list_rbind(x, ..., names_to = rlang::zap(), ptype = NULL)

elipousson/crashapi documentation built on Sept. 6, 2024, 9:01 a.m.