Skip to content

Commit

Permalink
Delete sentence fragment. Closes #184
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 3, 2015
1 parent 9f7cb04 commit 6b11595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/read_lines.R
Expand Up @@ -2,7 +2,7 @@
#'
#' @inheritParams datasource
#' @param n_max Number of lines to read. If \code{n} is -1, all lines in
#' file will be read. For large files, this may
#' file will be read.
#' @return A character vector with one element for each line.
#' @export
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion man/read_lines.Rd
Expand Up @@ -19,7 +19,7 @@ read_lines(file, n_max = -1L)
least one new line to be recognised as data (instead of a path).}

\item{n_max}{Number of lines to read. If \code{n} is -1, all lines in
file will be read. For large files, this may}
file will be read.}
}
\value{
A character vector with one element for each line.
Expand Down

0 comments on commit 6b11595

Please sign in to comment.