Description Usage Arguments Value Examples
Extract a packages name from a tarball
1 | package_name(tarball)
|
tarball |
package tarball |
the package name
1 2 3 | pkg <- system.file(package="BiocContributions",
"testpackages", "RNASeqPower_1.11.0.tar.gz")
package_name(pkg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.