Get a data frame of package and their installed version.
packagesUsed(vc_pkg)
| vc_pkg | a vector of string characters including package names to be added. |
|---|
A data frame of two columns. First is the name of the package; second the version installed.
#> name version #> 1 utils 4.0.3 #> 2 methods 4.0.3