Description Usage Arguments Value Examples
Convert an object to a list, select only vector entries, coerce to a data.frame, and append to the given data frame.
1 | toDf(object, dataframe)
|
object |
An object which can be coerced to a list (e.g. an environment) |
dataframe |
A data frame |
An appended dataframe
1 2 | toDf(list(a = 1, b = 2, data.frame()), data.frame())
toDf(environment(), data.frame())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.