Learn R Programming

lares (version 4.8.4)

flatten_list: Flatten lists into data.frame

Description

Flatten a list with possible multiple lists within into a single data.frame with valid column names.

Usage

flatten_list(x, quiet = FALSE)

Arguments

x

List

quiet

Boolean. Keep quiet? (or show statusbar)