as_text: Convert Raw to Text

View source: R/astext.R

as_textR Documentation

Convert Raw to Text

Description

Parses a raw vector as lines of text. This is similar to charToRaw but splits output by (platform specific) linebreaks and allows for marking output with a given encoding.

Usage

as_text(x, ...)

Arguments

x

vector to be converted to text

...

parameters passed to readLines such as encoding or n

See Also

base::charToRaw


jeroen/sys documentation built on April 9, 2024, 3:25 p.m.