powered by
read
n
readlines
read(file) readlines(file)
p <- file.path( R.home(), "NEWS" ) if (file.exists(p)) stopifnot( identical( readLines(p), readlines(p) ) )
Run the code above in your browser using DataLab