readChar2: Wrapper around 'readChar()'

View source: R/readChar2.R

readChar2R Documentation

Wrapper around readChar()

Description

Wrapper around readChar()

Usage

readChar2(con)

Arguments

con

A connection object, or a character string naming a file, or a raw vector. Same as in readChar().

Author(s)

Andreas Scharmueller, andschar@proton.me

Examples

tmp = tempfile()
writeLines('Hello\nDarkness\nFriend', tmp)
readChar2(tmp)


andschar/andmisc documentation built on Jan. 19, 2025, 10:46 a.m.