Description Usage Arguments Examples
Writes objects to Amazon S3 in fst format.
1 | s3write_fst(data, object, compress = 100)
|
data |
Data to save |
object |
File name to save as |
compress |
Degree of file compression |
1 2 3 4 5 | s3write_fst(
list_mdata,
object = paste0("s3://iuni-doctorshopping/derived_R/edgelist/","edgelist_all",".fst"),
compress=100
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.