From e02d65e1296d47f3449aa652a7858bce2d3f506c Mon Sep 17 00:00:00 2001 From: Athanasia Monika Mowinckel <14014329+drmowinckels@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:09:42 +0100 Subject: [PATCH] param file can also take a vector of paths --- R/source.R | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/R/source.R b/R/source.R index 34357819..9f47dd5d 100644 --- a/R/source.R +++ b/R/source.R @@ -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://`,