coerceToDataFrame | R Documentation |
Takes various formats of data (in particular, lists of variables and data.frames, and forces them to become a data frame. Where the coercion involves creating rows in the data frame that are unlikely to be from the same analysis unit, a warning is provided.
coerceToDataFrame(x, chart.type = "Column", remove.NULLs = TRUE)
x |
Input data which may be a list of variables or dataframe |
chart.type |
For any value except |
remove.NULLs |
Logical; whether to remove null entries |
A data.frame
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.