Description Usage Arguments Value Author(s) Examples
Creates a string, matrix or data frame that shows the packages and their versions currently used (i.e in the search path).
1 | pkgVersions(type = "string", ncol = 4)
|
type |
a string designating the type of output object: "string", "matrix" or "data frame" |
ncol |
integer specification for the number of columns in the output when |
a string, character matrix or a data frame with columns "Package" and "Version"
Max Kuhn, original version by Jim Rogers
1 2 3 | pkgVersions()
pkgVersions("matrix")
pkgVersions("data frame")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.