View source: R/setup-project.R
proj_py_pkgs | R Documentation |
Retrieves a list of installed Python packages in the active virtual environment using pip list
.
The output is returned as a tibble with columns for package names and versions.
proj_py_pkgs()
A tibble with two columns: 'pkg' for package names and 'version' for package versions.
proj_py_pkgs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.