View source: R/getSampleDataFromYaml.R
getSampleDataFromYaml | R Documentation |
Get sample data from YAML
getSampleDataFromYaml(yaml)
yaml |
|
DataFrame
.
Updated 2022-03-07.
Michael Steinbaugh
file <- file.path(bcbioBaseTestsUrl, "summary.yaml")
yaml <- import(file)
x <- getSampleDataFromYaml(yaml)
summary(x)
colnames(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.