file {file} R Documentation

Functions to create, open and close connections, i.e.,

Description

"generalized files", such as possibly compressed files,
URLs, pipes, etc.

Usage

file(description,
    open = OpenOrCreate,
    truncate = FALSE);

Arguments

description

character string. A description of the connection: see ‘Details’. [as string]

open

character string. A description of how to open the connection (if it should be opened initially). See section ‘Modes’ for possible values. [as FileMode]

Details

+ stdin for stdinput stream, and + stdout for stdoutput stream.

Authors

SMRUCC genomics Institute

Value

this function returns data object of type Stream.

clr value class

Examples


[Package file version 2.33.856.6961 Index]