RBBGCMuso/RBBGCMuso/man/getOutFiles.Rd
2019-02-05 21:29:44 +01:00

21 lines
477 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 prefixes of the logfiles.}
}
\value{
Output files with their paths.
}
\description{
This function gives us the muso output files with their paths
}
\keyword{internal}