adjust_data.frame | R Documentation |
Converts a dataset to a data.frame
if it is not already in that format
adjust_data.frame(data)
data |
dataset |
returns a data.frame
data(iris)
df <- adjust_data.frame(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.