read_spec | R Documentation |
Read yaml spec file and split according to filter lists
read_spec(spec_file = "spec.yml", metadata = NULL)
spec_file |
'character'. Path to a yaml spec file |
metadata |
Metadata of study |
An object of class 'spec' which is a 'list' where each element corresponds to one output, e.g. 't_dm_IT'.
- Liming Li ('Lil128') - Thomas Neitmann ('neitmant')
spec_file <- system.file("spec.yml", package = "autoslider.core")
## Take a look at the 'raw' content of the spec file
cat(readLines(spec_file)[1:24], sep = "\n")
## This is how it looks once read into R
spec <- read_spec(spec_file)
spec[1:3]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.