getPacksAndViews | R Documentation |
Given a repository URL, download and parse the VIEWS file.
getPacksAndViews(reposURL, vocab, defaultView, local=FALSE)
reposURL |
character vector giving the URL of a CRAN-style repository containing a VIEWS file at the top-level. |
vocab |
A |
defaultView |
A string giving the term to use for packages that
do not list a term of their own via the |
local |
logical indicating whether certain links should be
absolute (using |
A list with named elements:
views
: Vector of view memberships. Names are package names.
pkgList
: A list of PackageDetail-class
objects.
Seth Falcon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.