Description Usage Arguments Examples
Batch package version compare between libraries.
1 | pkgsVersion(pkgs, libs = .libPaths())
|
pkgs |
character vector of packages names. |
libs |
character vector of libraries paths to compare, vector names will be column names. |
1 2 3 4 5 6 7 | suppressPackageStartupMessages(library(dwtools))
pkgs <- c("dplyr","data.table","RSQLite","dwtools")
pkgsVersion(pkgs)
# custom libraries
pkgsVersion(pkgs, libs = c(dev = .libPaths()[1], prod = .libPaths()[2]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.