git_clone: Clone a git repository

Description Usage Arguments Value Author(s) Examples

View source: R/package_functions.R

Description

Clones a git repository

Usage

1
git_clone(repo = NULL, directory = NULL)

Arguments

repo

Character string path to the git repository to clone

directory

Character string path where to clone the git repository to

Value

No return value

Author(s)

Alex Hubbard (hubbard.alex@gmail.com)

Examples

1
clone(repo = "/users/username/Documents/repo", directory = "/users/username/Documents/clones/repo")

opendoor-labs/projectmap documentation built on Oct. 8, 2019, 1:58 p.m.