pkgVersions {odfWeave} | R Documentation |
Creates a string, matrix or data frame that shows the packages and their versions currently used (i.e in the search path).
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
pkgVersions() pkgVersions("matrix") pkgVersions("data frame")