mb_image | R Documentation |
Download a Memory Beta image and return a ggplot object.
mb_image(url, file, keep = FALSE)
url |
character, the short URL of the image, for example as returned by
|
file |
character, output file name. Optional. See details. |
keep |
logical, if |
By default the downloaded file is not retained (keep = FALSE
). The filename
is derived from url
if file
is not provided. Whether or not the output
file is kept, a ggplot object of the image is returned.
a ggplot object
## Not run: mb_image("File:DataBlaze.jpg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.