Return the Weatherfunctions data directory path and optionally create it.
weatherfunctions_data_dir.RdThe directory is not created automatically on package load to avoid CRAN side effects. Users can call this helper explicitly or opt into automatic creation by setting `options(weatherfunctions.auto_setup = TRUE)` before loading the package.
Usage
weatherfunctions_data_dir(create = FALSE, ask = interactive())