Description Usage Arguments Value Note References Examples
This will take an R object (which can be a list of serializable objects) and create an RDS file from it and send it off to file.io.
1 2 3 | fi_post_rdata(robj, filename = uuid::UUIDgenerate(), expires = "14d")
fi_data(robj, filename = uuid::UUIDgenerate(), expires = "14d")
|
robj |
an R object |
filename |
if not provided |
expires |
defaults to 14 days ( |
a data frame (tibble) with the success status, download key, download link and expiry
There is a 5GB per file limit for the free version.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.