RosettaCodeData/Task/Read-entire-file/R/read-entire-file.r
2023-07-01 13:44:08 -04:00

2 lines
72 B
R

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