BiocContributions (version 0.99.70)

package_name: Extract a packages name from a tarball

Description

Extract a packages name from a tarball

Usage

package_name(tarball)

Arguments

tarball
package tarball

Value

  • the package name

Examples

Run this code
pkg <- system.file(package="BiocContributions",
  "testpackages", "RNASeqPower_1.11.0.tar.gz")
package_name(pkg)

Run the code above in your browser using DataCamp Workspace