ma_image: Memory Alpha images

View source: R/memory_alpha.R

ma_imageR Documentation

Memory Alpha images

Description

Download a Memory Alpha image and return a ggplot object.

Usage

ma_image(url, file, keep = FALSE)

Arguments

url

character, the short URL of the image, for example as returned by memory_alpha(). See example.

file

character, output file name. Optional. See details.

keep

logical, if FALSE (default) then file is only temporary.

Details

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.

Value

a ggplot object

Examples

## Not run: ma_image("File:Gowron_attempts_to_recruit_Worf.jpg")

leonawicz/rtrek documentation built on Sept. 18, 2023, 11:29 p.m.