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]
Run the code above in your browser using DataLab