a b/man/archiveDir.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/utility_functions.R
3
\name{archiveDir}
4
\alias{archiveDir}
5
\title{Retrieve the path to the cache directory.}
6
\usage{
7
archiveDir()
8
}
9
\value{
10
String containing the path to the cache directory.
11
}
12
\description{
13
Retrieve the path to the cache directory for the multiGSEA package.
14
Create the cache directory if need be.
15
}