repositories {reposTools} | R Documentation |
This function will find repositories known by the system and present them to the user - allowing the user to select a repository for further use.
repositories(recurse = TRUE)
recurse |
Whether or not to recurse through subrepositories |
This function uses the repositories available from the
repositories2
option.
A repEntry-class
object representing the selected repository,
or NULL
if the user selects 0 (no repository).
Jeff Gentry
repEntry-class
if (interactive()) { z <- repositories() z }