Load schema for an traits.build data compilation (excluding traits)

get_schema(
  path = system.file("support", "traits.build_schema.yml", package = "traits.build"),
  subsection = NULL
)

Arguments

path

path to schema file. By default loads version included with the package

subsection

section to load

Value

a list

Examples

{

schema <- get_schema()
}