workdir | R Documentation |
Workdir of repository
workdir(repo = ".")
repo |
a path to a repository or a |
Character vector with the path of the workdir. If the
repository is bare, NULL
will be returned.
## Not run:
## Create a directory in tempdir
path <- tempfile(pattern="git2r-")
dir.create(path)
## Initialize a repository
repo <- init(path)
## Get the path of the workdir for repository
workdir(repo)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.