powered by
Git Clone from URL by FastGit
fgit_clone( repo, dir = tempdir(), branch = NULL, repo_check = TRUE, overwrite = FALSE, verbose = TRUE )
The repository name or url from GitHub.com
The output directory. `tempdir()` will be used by default.
Clone from which branch.
Check the existence of repository
Overwrite the exist directories. Default is `FALSE`
Verbose logs. Default is `TRUE`
No return value, called for side effects
# NOT RUN { fgit_clone("https://github.com/womeimingzi11/fgitR", overwrite = TRUE) fgit_clone("womeimingzi11/fgitR", overwrite = TRUE) # }
Run the code above in your browser using DataLab