if (FALSE) {
library(rsat)
# create a copy of navarre in temp file
file.copy(from=system.file("ex/Navarre",package="rsat"),
to=tempdir(),
recursive = TRUE)
# load example rtoi
navarre <- read_rtoi(file.path(tempdir(),"Navarre"))
# assign the path of the database
set_database(file.path(tempdir(),"DATABASE"))
rsat_download(navarre)
rcrds <- records(navarre)
rsat_download(rcrds)
}
Run the code above in your browser using DataLab