Function used to downlaod PPR

download.ppr(
  destination,
  origin = "cquest",
  name = NULL,
  extension = NULL,
  version = NULL,
  date = NULL,
  verbose = TRUE
)

Arguments

destination

character, the address where dara are stocked

origin

character, keyword or the address from where data are downloaded

name

character, vector of acceptable names fo archive to be downloaded

extension

character, vector of acceptable types of archive to be downloaded

version

character, version of archive to be downloaded

date

string, version of archive to be downloaded

verbose

logical, should the function send somme messages while running.

Value

nothing

Examples


if (FALSE) {
 destination = tempdir()
 download.ppr(destination, version = "34")
 unlink(destination)
}