Diff of /man/archivePath.Rd [000000] .. [72a7c3]

Switch to unified view

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