Application Directories: Determine Where to Save Data, Caches, and Logs
Record app information in a convenient object
rappdirs: Application Directories: Determine Where to Save Data, Cache...
Path to shared data/config directories
Path to user cache directory
Path to user config/data directories
Path to user log directory
An easy way to determine which directories on the users computer you should use to save data, caches and logs. A port of Python's 'Appdirs' (<https://github.com/ActiveState/appdirs>) to R.
Useful links