It returns a character with the url to download the image.
Usage
get_download(x)
Arguments
x
a records object.
Value
download url of a records
Examples
if(FALSE){# \dontrun{# load example rtoifile.copy(from=system.file("ex/Navarre",package="rsat"), to=tempdir(), recursive =TRUE)navarre<-read_rtoi(file.path(tempdir(),"Navarre"))# get the recordsrcds<-records(navarre)# coerce the records to rtoiget_download(rcds)}# }