My goal is to download an image from an URL and then display it in R.
I got an URL and figured out how to download it. But the downloaded file can\'t be previewed be
After downloading the image, you can use base R to open the file using your default image viewer program like this:
file.show(yourfilename)