im_save | R Documentation |
Save an image to disk
im_save(im, name, path, format = "png", quality = 0.95)
im |
An image. |
name |
Name of the image file. |
path |
Path to file. |
format |
Image format. Either "jpg", "png", "tiff", or "bmp". Default is "png". |
quality |
(jpg only) default is 0.95. Higher quality means less compression. |
No return value, called for side effects.
## Not run: # regatta.png is saved to the current working directory imsave( regatta, path = getwd() ) # myimage.jpg is saved to a specified directory imsave( regatta, name = "myimage", path = "path/to/image", format = "jpg" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.