git_clone: Git clone command in R

Description Usage Arguments Examples

View source: R/git_clone.R

Description

Perform a git clone in R. Default clones the repo to your H drive

Usage

1
git_clone(repo_url, repo_name = NULL)

Arguments

repo_url

The url of the repo you want to clone

repo_name

The name you want to call the repo when you clone it. If not specified, use the original name of the repo

Examples

1
2
git_clone("https://github.com/ShadeWilson/ihme")
git_clone("https://github.com/tidyverse/tidyverse", repo_name = "my_favorite_repo")

ShadeWilson/ihme documentation built on May 20, 2019, 8:47 a.m.