ghc_clone_repositories: Clone repositories

ghc_clone_repositoriesR Documentation

Clone repositories

Description

Clone repositories

Usage

ghc_clone_repositories(repos, folder = ".", token = NULL, pull = TRUE)

Arguments

repos

data frame with, at minimum, columns 'repository' (name) and 'url'

folder

the target directory where to clone all the repositories to

token

the authentication token (only required for private repositories if global credentials are not set)

pull

if the repository already exists, whether to update it from the remote (see ghc_repos_git_pull)

Value

the repos data frame (unaltered) for easy piping


KopfLab/ghctools documentation built on Feb. 20, 2023, 9:25 a.m.