| build_tree | Convert the objects loaded from YAML fragments into a tree | 
| delete_yaml_fragments | Delete all YAML fragments from a file | 
| extract_yaml_dir | Extract all YAML fragments from all files in a directory | 
| extract_yaml_fragments | Extract all YAML fragments from a file | 
| find_yaml_fragment_indices | Find the indices ('line numbers') of all YAML fragments from a file | 
| flatten_list_of_lists | Flatten a list of lists to a list of atomic vectors | 
| is.even | Checking whether numbers are odd or even | 
| is.odd | Checking whether numbers are odd or even | 
| load_and_simplify | Load YAML fragments in one or multiple files and simplify them | 
| load_and_simplify_dir | Load YAML fragments in one or multiple files and simplify them | 
| load_yaml_dir | Load all YAML fragments from all files in a directory | 
| load_yaml_fragments | Load all YAML fragments from a file | 
| load_yaml_list | Load all YAML fragments from all character vectors in a list | 
| simplify_by_flattening | Simplify the structure of extracted YAML fragments | 
| vecTxt | Easily parse a vector into a character value | 
| vecTxtQ | Easily parse a vector into a character value |