# NOT RUN {
loadedYum <- yum::load_yaml_fragments(text=c(
"---",
"-",
" id: firstFragment",
"---",
"Outside of YAML",
"---",
"-",
" id: secondFragment",
" parentId: firstFragment",
"---",
"Also outside of YAML"));
yum::build_tree(loadedYum);
# }
Run the code above in your browser using DataLab