normalize_pypi_pkg | R Documentation |
Perform package name formatting as PyPI is case insensitive and long runs of underscore, period, and hyphens are not recognized (- is same as –).
normalize_pypi_pkg(pkg_name)
pkg_name |
Character vector of package names. |
Character vector of normalized PyPI package names
normalize_pypi_pkg(c('Dask', 'TenSorFlow'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.