list_to_df: List to data frame.

View source: R/RcppExports.R

list_to_dfR Documentation

List to data frame.

Description

Convert a list of vectors into a data frame

Usage

list_to_df(a)

Arguments

lst

a list.

Value

A data frame with the same number of columns as the list length.

Author(s)

This function have been copy from Rcpp Gallery: http://gallery.rcpp.org/articles/faster-data-frame-creation/


SebastianSosa/ANTs documentation built on Sept. 25, 2023, 11:06 p.m.