Learn R Programming

sdmpredictors (version 0.2.15)

get_datadir: Get data directory

Description

Find out where the environmental data is stored

Usage

get_datadir(datadir)

Value

Path to the data directory.

Arguments

datadir

character. Directory as passed to load_layers. This does not change the data directory used by load_layers but only shows the result of passing a specific datadir. If NULL is passed then the sdmpredictors_datadir option is read. To set this run options(sdmpredictors_datadir = "<your preferred directory>") in every session or in your .RProfile.

See Also

load_layers