View source: R/packages--check.R
get_pkgs_installed | R Documentation |
List packages installed on this computer
get_pkgs_installed(rm_duplicates = TRUE)
rm_duplicates |
(logical) Should duplicated names of packages be removed?
If |
Data frame with columns "package"
and "current_version"
.
Other R-packages-related functions:
compare_version()
,
get_pkgs_installation_status()
head(get_pkgs_installed())
nrow(get_pkgs_installed(rm_duplicates = TRUE))
nrow(get_pkgs_installed(rm_duplicates = FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.