getReposList {reposTools} | R Documentation |
This function will take any URLs listed by the "repositories" option, and will return a list of ReposEntry objects representing those repositories
getReposList(reps, recurse=TRUE)
reps |
Either a list of ReposEntry objects, or a
ReposList object |
recurse |
Whether or not to search through subrepositories. Default is TRUE |
A ReposList
object, containing all ReposEntry
objects
that were represented in reps
as well as any subrepositories if
recurse
is TRUE. Note that this function is essentially
useless if reps
is a ReposList
and recurse
is FALSE.
Jeff Gentry