View source: R/auxiliary_functions.R
data_dir | 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()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.