Character vector with the path of the workdir. If the repository is bare, NULL will be returned.
Examples
## Not run:## Create a directory in tempdirpath <- tempfile(pattern="git2r-")dir.create(path)## Initialize a repositoryrepo <- init(path)## Get the path of the workdir for repositoryworkdir(repo)## End(Not run)