browseRepos {reposTools} | R Documentation |
This function will display a repository's HTML pages in the user's browser.
browseRepos(repEntry)
repEntry |
The repository to browse |
This function is merely a wrapper designed to open the user's browser to display the repository's HTML files.
Jeff Gentry
if (interactive()) { z <- getReposEntry("http://www.bioconductor.org/repository/Courses") browseRepos(z) }