get_datadir {sdmpredictors} | R Documentation |
Get data directory
Description
Find out where the environmental data is stored
Usage
get_datadir(datadir)
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.
|
Value
Path to the data directory.
See Also
load_layers
[Package
sdmpredictors version 0.2.15
Index]