geodata_path: Set the data path

View source: R/helper-functions.R

geodata_pathR Documentation

Set the data path

Description

This function allows you set or get the default download path for the geodata package. By setting this path you can avoid downloading the same data many times over. This also guards against website service interruptions.

The default path is ignored if you use the path variable in a function.

To save the default path across sessions, you can add a line like this:

options( geodata_default_path = "c:/your/geodata/path")

to the file returned by

file.path( R.home(), "etc/Rprofile.site")

Alternatively, you can also set a system variable "GEODATA_PATH" to the desired path.

Usage

geodata_path(path)

Arguments

path

character. Path name where the data should be downloaded to. If missing, the current default path is returned

Value

character

Examples

geodata_path()

geodata documentation built on Oct. 13, 2023, 9:07 a.m.