What R function can I use to use a image link as a background image in a ggplot2 bar graph?
问题 I've been trying to create a simple program that would create a bar graph based on album lengths, with the album's cover as the background to the image. However, I cannot figure out how to turn Spotify's image link into a background image that ggplot2 can parse into a background. Spotify's get_album() simply comes with a link to an image (ex:" https://i.scdn.co/image/ab67616d0000b273922a12ba0b5a66f034dc9959 "). How could I turn this into a displayable image in a ggplot2 bar graph like so: