Description Usage Arguments Value Examples
Get the thumbnail for an Image (as JPEG)
1 | getThumbnail(image, width = 96, height = 96)
|
image |
The image |
width |
The width (optional, default = 96) |
height |
The height (optional, default = 96) |
The thumbnail
1 2 3 4 | ## Not run:
jpegThumbnail <- getThumbnail(image)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.