| adjust_data.frame | R Documentation |
Coerce an object to data.frame if needed (useful for S3 methods in this package).
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.