View source: R/get_python_package_versions.R
get_python_package_versions | R Documentation |
Get the version of all Python packages
get_python_package_versions()
a tibble with two columns: (1) package
, the name of the
package, for example absl-py
, (2) version
, the version
of that package, for example 0.9.0
Richèl J.C. Bilderbeek
if (rappdirs::app_dir()$os != "win" && is_pip_installed()) {
get_python_package_versions()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.