RosettaCodeData/Task/Read-entire-file/R/read-entire-file.r
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

2 lines
72 B
R

fname <- "notes.txt"
contents <- readChar(fname, file.info(fname)$size)