PyPiLink {basilisk} | R Documentation |
Helper function to create a Markdown link to the PyPi landing page for a Python package. Intended primarily for use inside vignettes.
PyPiLink(package)
package |
String containing the name of the Python package. |
String containing a Markdown link to the package's landing page.
Aaron Lun
PyPiLink("pandas") PyPiLink("scikit-learn")