The R Project SVN R

Rev

Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 71819
Line 44... Line 44...
44
 
44
 
45
  Indentation is relative to the number of characters in the prefix
45
  Indentation is relative to the number of characters in the prefix
46
  string.
46
  string.
47
}
47
}
48
\value{
48
\value{
49
  A character vector in the current locale's encoding (if
49
  A character vector (if \code{simplify} is \code{TRUE}), or a list of
50
  \code{simplify} is \code{TRUE}), or a list of such character vectors.
50
  such character vectors, with declared input encodings preserved.
51
}
51
}
52
\examples{
52
\examples{
53
## Read in file 'THANKS'.
53
## Read in file 'THANKS'.
54
x <- paste(readLines(file.path(R.home("doc"), "THANKS")), collapse = "\n")
54
x <- paste(readLines(file.path(R.home("doc"), "THANKS")), collapse = "\n")
55
## Split into paragraphs and remove the first three ones
55
## Split into paragraphs and remove the first three ones