R/clone_from_git.R

Defines functions clone_from_git

clone_from_git <- function(url) {

    path <- "./dir"
    dir.create(path)
    repo <- git2r::clone("https://github.com/dselivanov/RestRserve.git" , path)

    path

}
MusaTamzid05/RPackageInstaller documentation built on Oct. 30, 2019, 9:41 p.m.