[72a7c3]: / man / archivePath.Rd

Download this file

19 lines (18 with data), 407 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utility_functions.R
\name{archivePath}
\alias{archivePath}
\title{Retrieve path to a cached file.}
\usage{
archivePath(filename)
}
\arguments{
\item{filename}{Name of the file.}
}
\value{
String containing the path to the file.
}
\description{
The function retrieves the path to a file that is cached in the archive
directory.
}