File: sessionDetails.Rd

package info (click to toggle)
r-cran-future 1.11.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,380 kB
  • sloc: sh: 14; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sessionDetails.R
\name{sessionDetails}
\alias{sessionDetails}
\title{Outputs details on the current \R session}
\usage{
sessionDetails(env = FALSE)
}
\arguments{
\item{env}{If TRUE, \code{Sys.getenv()} information is returned.}
}
\value{
Invisibly a list of all details.
}
\description{
Outputs details on the current \R session
}
\details{
Note that remote futures use \code{persistent = TRUE} by default.
}
\keyword{internal}