Skip to content

Commit

Permalink
update documentation to reflect change to read_delim API
Browse files Browse the repository at this point in the history
  • Loading branch information
tarheel authored and jimhester committed Jul 21, 2021
1 parent ae45f91 commit 31236cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/source.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#' downloaded. Remote gz files can also be automatically downloaded and
#' decompressed.
#'
#' Literal data is most useful for examples and tests. It must contain at
#' least one new line to be recognised as data (instead of a path) or be a
#' vector of greater than length 1.
#' Literal data is most useful for examples and tests. To be recognised as a
#' path, it must be wrapped with `I()`, be a string containing at least one
#' new line, or be a vector containing at least one string with a new line.
#'
#' Using a value of [clipboard()] will read from the system clipboard.
#'
Expand Down

0 comments on commit 31236cf

Please sign in to comment.