Description Usage Arguments Examples
View source: R/read.R
Read lines ofa File
1
readlines(file)
file
Path to a file.
1 2 3
p <- file.path( R.home(), "NEWS" ) if (file.exists(p)) stopifnot( identical( readLines(p), readlines(p) ) )
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.