i would like to download all of images from this site but after downloading photos all are corrupted. What i should do to download them successfully?
My code:
So it looks you are under Windows. When you download binary files, you have to specify the mode to be binary, e.g.
download.file(link, ..., mode = 'wb')
see ?download.file for details.
?download.file