as.data.frame.supreme | R Documentation |
data.frame
Turn supreme data into a data.frame
## S3 method for class 'supreme'
as.data.frame(x, ...)
x |
a |
... |
methods to be passed onto. |
a data.frame
.
paths <- example_app_path()
sp <- supreme(src_file(paths))
as.data.frame(sp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.