data_frame {simplegraph} | R 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.
[Package simplegraph version 1.0.1 Index]