wood_url_packages | R Documentation |
This function queries any online repository for a list of
available packages. They are returned as a vector of strings, each element
being a package name. The data is retrieved from /src/contrib/PACKAGES
or /src/contrib/PACKAGES.gz
file.
wood_url_packages(repository)
repository |
|
A character vector of available packages.
Functions for any URL:
wood_url_dependencies()
,
wood_url_version()
Functions that query available packages:
wood_bioc_packages()
,
wood_core_packages()
,
wood_cran_packages()
,
wood_github_packages()
,
wood_local_packages()
,
wood_packages()
,
wood_runiverse_packages()
wood_url_packages("http://www.omegahat.net/R")
# Trailing slashes are removed
wood_url_packages("http://www.omegahat.net/R/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.