Description Usage Arguments Value Examples
Turn supreme data into a data.frame
1 2 | ## S3 method for class 'supreme'
as.data.frame(x, ...)
|
x |
a |
... |
methods to be passed onto. |
a data.frame
.
1 2 3 | 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.