PyPiLink | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.