find.remote: list.dir for git and svn repositories

Description Usage Arguments Value Examples

View source: R/find_remote.R

Description

list parent directories of svn repositores within a path

Usage

1
find.remote(path, vcs = c("git", "svn"))

Arguments

path

character, path to seach for svn repositories

vcs

character, vector of what vcs systems to look for, Default: 'git'

Value

character

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 find.remote('/data')
 }

## End(Not run)

metrumresearchgroup/vcs documentation built on July 16, 2020, 8:52 p.m.