View source: R/check_python_package_name.R
check_python_package_name | R Documentation |
Check if the Python package name is valid Will stop if not
check_python_package_name(package_name)
package_name |
the name of one Python package |
Nothing
Richèl J.C. Bilderbeek
if (!plinkr::is_on_ci()) { check_python_package_name("scipy") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.