PyPiLink: Link to PyPi

Description Usage Arguments Value Author(s) Examples

View source: R/PyPiLink.R

Description

Helper function to create a Markdown link to the PyPi landing page for a Python package. Intended primarily for use inside vignettes.

Usage

1
PyPiLink(package)

Arguments

package

String containing the name of the Python package.

Value

String containing a Markdown link to the package's landing page.

Author(s)

Aaron Lun

Examples

1
2
PyPiLink("pandas")
PyPiLink("scikit-learn")

basilisk documentation built on Dec. 18, 2020, 2 a.m.