Reads the first character of each line of a text file.
readFirstChar(file)
file
A string or readable connection.
A character vector of single characters.
See http://stackoverflow.com/q/27747426/134830