simplegraph (version 1.0.0)

data_frame: 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(...)

Value

The constructed data frame.

Arguments

...

Data frame columns.