Skip to content

Commit

Permalink
One more cleanup from the big rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
zsusswein committed Dec 16, 2024
1 parent 79c641f commit ca449df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions R/azure.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ download_if_specified <- function(

#' Download specified blobs from Blob Storage and save them in a local dir
#'
#' @param blob_names A vector of blobs to donwload from `container_name`
#' @param local_dest The path to the local directory to save the files in
#' @param container_name The Azure Blob Storage container with `blob_names`
#'
#' @param blob_storage_path A character of a blob in `storage_container`
#' @param local_file_path The local path to save the blob
#' @param storage_container The blob storage container with `blob_storage_path`
#
#' @return Invisibly, `local_file_path`
#' @family azure
#' @export
Expand Down
6 changes: 3 additions & 3 deletions man/download_file_from_container.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca449df

Please sign in to comment.