readFirstChar {readat}R Documentation

Read the first character of each line

Description

Reads the first character of each line of a text file.

Usage

readFirstChar(file)

Arguments

file

A string or readable connection.

Value

A character vector of single characters.

References

See http://stackoverflow.com/q/27747426/134830


[Package readat version 1.11.0 Index]