17c08fe7 |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/log.R
\name{omnipath_logfile}
\alias{omnipath_logfile}
|
f26b765c |
\title{Path to the current OmnipathR log file}
|
17c08fe7 |
\usage{
omnipath_logfile()
}
|
9ae0bbdd |
\value{
|
f26b765c |
Character: path to the current logfile, or \code{NULL} if no
logfile is available.
|
9ae0bbdd |
}
|
17c08fe7 |
\description{
|
f26b765c |
Path to the current OmnipathR log file
|
17c08fe7 |
}
\examples{
omnipath_logfile()
# [1] "/home/denes/omnipathr/omnipathr-log/omnipathr-20210309-1642.log"
}
\seealso{
\code{\link{omnipath_log}}
}
|