getOptReposList {reposTools} | R Documentation |
This function will look at options("repositories") and retrieve a
ReposList
object for the set of returned repositories.
getOptReposList(recurse = TRUE)
recurse |
Whether or not to look at any subrepositories, default is TRUE |
Returns an object of type ReposList
, representing any found
repositories along its search path (getOption("repositories") as well
as any subrepositories if recurse is TRUE).
Jeff Gentry
ReposList
getOptReposList()