getSampleDataFromYaml: Get sample data from YAML

View source: R/getSampleDataFromYaml.R

getSampleDataFromYamlR Documentation

Get sample data from YAML

Description

Get sample data from YAML

Usage

getSampleDataFromYaml(yaml)

Arguments

yaml

list. YAML metadata.

Value

DataFrame.

Note

Updated 2022-03-07.

Author(s)

Michael Steinbaugh

Examples

file <- file.path(bcbioBaseTestsUrl, "summary.yaml")
yaml <- import(file)
x <- getSampleDataFromYaml(yaml)
summary(x)
colnames(x)

hbc/bcbioBase documentation built on Oct. 18, 2023, 1:02 p.m.