Read and Parse YAML File with Placeholder Replacement
Source:R/ConfigurationHelpers.R
readAndParseYaml.Rd
Reads a YAML file from a given path, replaces specified placeholders with provided values, and returns the parsed content. If any provided placeholders are not found in the YAML file, the function throws an error.