Description Usage Arguments Value Author(s) Examples
Clone a specified GitHub.
1 2 | clone_github(repo_url = "https://github.com/phuse-org/phuse-scripts.git",
repo_dir = NULL, repo_name = NULL, upd_opt = NULL)
|
repo_url |
a URL for a remote repository and default to 'https://github.com/phuse-org/phuse-scripts.git' |
repo_dir |
a local directory to host the repository; default to work_dir from crt_workdir if not specified |
repo_name |
repo name; default to the repo name in repo_url. |
upd_opt |
update option: Repo |
nothing.
Hanming Tu
1 2 3 4 | ## Not run:
r1 <- clone_github()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.