slamballais / QDECR

The QDECR package for vertex-wise analyses in R
11 stars 0 forks source link

Add `qdecr.options` #32

Open slamballais opened 4 years ago

slamballais commented 4 years ago

It would be really nice to have some sort of options settings, where some of the default info can be stored permanently... So when loading the package, it will automatically look for global variables (SUBJECTS_DIR, FREESURFER_HOME), and it would allow you to set/customize some of the paths, etc.

It would also enable us to quickly retrieve or find info, e.g. to list all atlases you could type qdecr.options("annot") or something similar. Similarly, qdecr.options("measures") would list all measures, and it would allow users to modify the possibilities so that they can create custom measures.