Skip to content

Commit

Permalink
param file can also take a vector of paths
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels authored Nov 7, 2024
1 parent 96ddac3 commit e02d65e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/source.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#' Create a source object.
#'
#' @param file Either a path to a file, a connection, or literal data
#' (either a single string or a raw vector).
#' @param file Either a path to a file, a connection, literal data
#' (either a single string or a raw vector), or a vector of
#' paths.
#'
#' Files ending in `.gz`, `.bz2`, `.xz`, or `.zip` will
#' be automatically uncompressed. Files starting with `http://`,
Expand Down

0 comments on commit e02d65e

Please sign in to comment.