download_from_github: Downloads a folder and its files from Github

View source: R/github.R

download_from_githubR Documentation

Downloads a folder and its files from Github

Description

The function downloads all the files from the Github repository into a folder with the same name as the subfolder in the online repository

Usage

download_from_github(directory, user, repo, branch, file_extensions = "")

Arguments

directory

A character string giving the full name of the Github folder with the theme to be downloaded.

user

A character string giving the user

repo

A character string giving the repository

branch

A character string giving the branch in the repository

file_extensions

A character vector with file extensions (excl. '.', e.g. c("R", "Rmd"))


edsandorf/gizmo documentation built on Oct. 7, 2022, 3:45 p.m.