data_dir {SeaVal} | R Documentation |
The package allows to download and organize CHIRPS data. This function specifies the directory where the data is stored. The first time this function is called, it asks the user to configure the directory.
data_dir(set_dir = FALSE)
set_dir |
logical. Set this to TRUE if you have to redefine your data directory. |
The current data directory as string.
if(interactive()){
data_dir()
}