View source: R/VC_library_writing.R
lib.installed_packages | R Documentation |
Use to print all available packages in the R_MV_library with all their versions
including their dependencies. Simply performs a call to lib.dependsOnMe(all)
.
lib.installed_packages(lib_location = lib.location(), dont_print = FALSE)
lib_location |
The R_MV_library location. |
dont_print |
When true, will not print anything, but will expect you to make use of the invisibly returned package character vector. |
It returns a special character array with package:version names for every package and package version in the library.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.