toDataframe | R Documentation |
Converts a table to a full data frame.
toDataframe(obj, name = NULL, ...)
obj |
R object ( |
name |
character: vector of variable name(s), only use for a |
... |
further parameters given to base::as.data.frame.table |
a data frame
toDataframe(Titanic) toDataframe(austres)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.