
Download a Memory Alpha image and return a ggplot object.
ma_image(url, file, keep = FALSE)
a ggplot object
character, the short URL of the image, for example as returned by
memory_alpha()
. Must be JPG or PNG. See example.
character, output file name. Optional. See details.
logical, if FALSE
(default) then file
is only temporary.
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.
if (FALSE) ma_image("File:Gowron_attempts_to_recruit_Worf.jpg")
Run the code above in your browser using DataLab