github_download_files: Download files from GitHub

View source: R/github_download_files.R

github_download_filesR Documentation

Download files from GitHub

Description

Download files stored in a public GitHub repository.

Usage

github_download_files(
  filelist,
  save_dir = tempdir(),
  overwrite = FALSE,
  nThread = 1,
  verbose = TRUE
)

Arguments

filelist

List of URLs to files.

save_dir

Local directory to save files in.

overwrite

Overwrite existing local files.

nThread

Number of threads to parallelise downloads over.

verbose

Print messages.


NathanSkene/MAGMA_Celltyping documentation built on Aug. 21, 2023, 8:55 a.m.