Use a function for specifying the RADIS cache folder
Instead of having the hardly understandable argument : cache_dir = file.path(Sys.getenv("RADIS_CACHE_DIR", file.path(dirname(tempdir()), "RADIS")), "data-raw/my_theme/my_data") on each function downloading and caching databases, I propose to have a radis_cache_dir("my_theme/my_data").