Create a project from a github repository
create_from_github(repo, path = ".", fork = NA, open = TRUE)
Full name of repository: owner/repo
Directory in which to clone repository: will create new
directory inside path
.
Create a fork before cloning? Defaults to TRUE
if you
can't push to repo
, FALSE
if you can.
Open the new project once cloned?