View source: R/importDataVersions.R
importDataVersions | R Documentation |
Import data versions
importDataVersions(file)
file |
|
DataFrame
.
The data_versions.csv
file is only generated for special genomes
containing additional information (e.g. the built-in "hg38"
build).
Updated 2022-03-07.
Michael Steinbaugh
file <- file.path(bcbioBaseTestsUrl, "data-versions.csv")
x <- importDataVersions(file)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.