21 lines
475 B
R
21 lines
475 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/assistantFunctions.R
|
|
\name{getOutFiles}
|
|
\alias{getOutFiles}
|
|
\title{getOutFiles}
|
|
\usage{
|
|
getOutFiles(outputLoc, outputNames)
|
|
}
|
|
\arguments{
|
|
\item{outputLoc}{This is the location of the output files.}
|
|
|
|
\item{outputNames}{These are the prefixis of the logfiles}
|
|
}
|
|
\value{
|
|
Output files with their paths
|
|
}
|
|
\description{
|
|
This function gives us the muso output files with their paths
|
|
}
|
|
\keyword{internal}
|