Description Usage Arguments Value Examples
Clean and copy a Data Experiment package
1 2 3 | clean_data_package(tarball, svn_pkgs = proj_path("experiment/pkgs"),
svn_data_store = proj_path("experiment/data_store"), data_dirs = c("data",
"inst/extdata"))
|
tarball |
package tarball |
svn_pkgs |
the location of Data Experiment ‘pkgs’ checkout. |
svn_data_store |
the location of Data Experiment ‘data_store’ checkout. |
File paths to the copied locations (invisibly).
1 2 3 4 5 6 | ## Not run:
pkg <- system.file(package="BiocContributions",
"testpackages", "RNASeqPower_1.11.0.tar.gz")
clean_data_package(pkg)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.