readLines {file} R Documentation

Read Text Lines from a Connection

Description


Read some or all text lines from a connection.

Usage

readLines(con,
    encoding = UTF8,
    stream = FALSE);

Arguments

con

a connection object or a character string.

stream

if this options is config as TRUE, means this function will returns a lazy load data pipeline. default value of this option is FALSE, which means this function will returns a character vector which contains all data content lines directly. [as boolean]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type string.

clr value class

Examples


[Package file version 2.33.856.6961 Index]