data_frame: Create a data frame, more robust than 'data.frame'

View source: R/utils.R

data_frameR Documentation

Create a data frame, more robust than data.frame

Description

It does not create factor columns. It recycles columns to match the longest column.

Usage

data_frame(...)

Arguments

...

Data frame columns.

Value

The constructed data frame.


simplegraph documentation built on Aug. 31, 2023, 9:07 a.m.