clone_github: Clone a GitHub repositoru

Description Usage Arguments Value Author(s) Examples

View source: R/clone_github.R

Description

Clone a specified GitHub.

Usage

1
2
  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

1
2
3
4
## Not run: 
  r1 <- clone_github()

## End(Not run)

phuse documentation built on March 26, 2020, 6:31 p.m.