File: loggedOutput.Rd

package info (click to toggle)
r-cran-future.batchtools 0.12.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: sh: 82; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/BatchtoolsFuture-class.R
\name{loggedOutput}
\alias{loggedOutput}
\alias{loggedError}
\alias{loggedError.BatchtoolsFuture}
\title{Logged output of batchtools future}
\usage{
loggedOutput(...)

\method{loggedError}{BatchtoolsFuture}(future, ...)
}
\arguments{
\item{future}{The future.}

\item{\ldots}{Not used.}
}
\value{
A character vector or a logical scalar.
}
\description{
Logged output of batchtools future
}
\keyword{internal}