| get_pkg_name | R Documentation |
get package name for display
get_pkg_name(input_string)
input_string |
- string containing package name |
pkg_disp - package name for display
pkg_source_path <- "/home/user/R/test.package.0001_0.1.0.tar.gz"
pkg_disp_1 <- get_pkg_name(pkg_source_path)
print(pkg_disp_1)
pkg <- "TxDb.Dmelanogaster.UCSC.dm3.ensGene_3.2.2.tar.gz"
pkg_disp_2 <- get_pkg_name(pkg)
print(pkg_disp_2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.