clone_github: Clone a GitHub repositoru

View source: R/clone_github.R

clone_githubR Documentation

Clone a GitHub repositoru

Description

Clone a specified GitHub.

Usage

clone_github(
  repo_url = "https://github.com/phuse-org/phuse-scripts.git",
  repo_dir = NULL,
  repo_name = NULL,
  upd_opt = NULL
)

Arguments

repo_url

a URL for a remote repository and default to 'https://github.com/phuse-org/phuse-scripts.git'

repo_dir

a local directory to host the repository; default to work_dir from crt_workdir if not specified

repo_name

repo name; default to the repo name in repo_url.

upd_opt

update option: Repo

Value

nothing.

Author(s)

Hanming Tu

Examples

## Not run: 
  r1 <- clone_github()

## End(Not run)

TuCai/phuse documentation built on Sept. 2, 2022, 5:17 a.m.