new_df | R Documentation |
Fast data frame constructors
new_df(..., .nrows = NULL, .recycle = FALSE, .name_repair = FALSE)
as_df(x)
fast_df(...)
... |
Key-value pairs. |
.nrows |
|
.recycle |
|
.name_repair |
|
x |
An object to coerce to a |
fast_df()
is a very fast bare-bones version of new_df()
that
performs no checks and no recycling or name tidying.
All variables must be named and of equal length.
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.