pickle | R Documentation |
Saves a figure object on the disc.
pickle(object, ...)
## S3 method for class 'figure'
pickle(object, path = ".", format = "pdf", ...)
## S3 method for class 'mdtable'
pickle(object, folder = ".", format = "tsv", delim = "\t", ...)
object |
a figure object. |
... |
extra arguments passed to |
path |
The target path. The destination folder will not be created. |
format |
the desired file format. |
folder |
The target folder. The destination folder will not be created. |
delim |
delimiter for column separation, tabulation by default. |
S3 generic function.
None, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.