File: nullcon.Rd

package info (click to toggle)
r-cran-future 1.21.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,544 kB
  • sloc: sh: 14; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{nullcon}
\alias{nullcon}
\title{Creates a connection to the system null device}
\usage{
nullcon()
}
\value{
Returns a open, binary \code{\link[base:connections]{base::connection()}}.
}
\description{
Creates a connection to the system null device
}
\keyword{internal}