View source: R/utils-classes.R
data_frame | R Documentation |
This function should be used with extreme caution. If data.frame is not performant enough, you should consider data.table instead. This is intended to meet a very specific use case where a solution is needed which is both efficient and tidy (meaning tidyverse compatible). It comes at the cost of cutting some corners. There is no checking, recycling etc. unless asked for.
data_frame(...)
... |
usual arguments to data.frame |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.