| 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, method="auto")
reps |
Either a list of ReposEntry objects, or a
ReposList object |
recurse |
Whether or not to search through subrepositories. Default is TRUE |
method |
Method used for file downloads. See download.file |
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