get_download {rsat} | R Documentation |
Extract the url to download a data record
Description
It returns a character with the url to download the image.
Usage
get_download(x)
Arguments
x |
a |
Value
download url of a records
Examples
## Not run:
# load example rtoi
file.copy(from=system.file("ex/Navarre",package="rsat"),
to=tempdir(),
recursive = TRUE)
navarre <- read_rtoi(file.path(tempdir(),"Navarre"))
# get the records
rcds <- records(navarre)
# coerce the records to rtoi
get_download(rcds)
## End(Not run)
[Package rsat version 0.1.21 Index]