to_rds | R Documentation |
Similar to the Plot() function, but for any R object. This is useful for quickly saving data for use in other sessions. For example, if one must compile tables of all p-values for manuscript submission.
to_rds(obj, file = NULL, path = NULL, suffix = "")
file |
File name to write. If NULL, the name will be based on the md5sum of the object, so the name will change if the object changes. |
path |
Path to write to. If NULL, the path will be .data/. |
suffix |
File name suffix |
object |
Any R object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.