Learn R Programming

usethis (version 1.1.0)

create_from_github: Create a project from a github repository

Description

Create a project from a github repository

Usage

create_from_github(repo, path = ".", fork = NA, open = TRUE)

Arguments

repo

Full name of repository: owner/repo

path

Directory in which to clone repository: will create new directory inside path.

fork

Create a fork before cloning? Defaults to TRUE if you can't push to repo, FALSE if you can.

open

Open the new project once cloned?