Description Usage Arguments Value Examples
List installed package versions for all packages in the cytoverse
1 | cytoverse_versions(pkgs = "all", include_self = TRUE, print = TRUE)
|
pkgs |
A character specifying which packages to list. "all" will include all cytoverse packages while "core" will include only those core packages that will be loaded by library(cytoverse) |
include_self |
Include cytoverse in the list? |
print |
Whether to display the formatted versions or simply return them |
a named character vector of package versions
1 2 3 4 | ## Not run:
cytoverse_versions()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.