range.to.data.frame: Convert a list of lists into a data frame

Description Usage

Description

Spreadsheet functions that accept a range as an argument and range values returned by the COM/scripting API may be returned as list-of-list structures. BERT does that to preserve type information; R vectors can't contain mixed types. This function will convert a list-of-lists structure into a data frame, optionally with column headers.

Usage

1
2
## S3 method for class 'to.data.frame'
range(rng, headers = F)

sdllc/BERTModule documentation built on May 29, 2019, 4:21 p.m.