Skip to contents

'pMD_get_cache' returns the location of the dedicated parkinsonsMetagenomicData file cache or creates it if it does not exist.

Usage

pMD_get_cache()

Value

BiocFileCache cache object

Examples

if (FALSE) { # \dontrun{
if(interactive()){
 pMD_get_cache()
 }
} # }