read yaml file and convert to R6 configuration object
Source:R/R6_AppConfiguration.R
read_BF_yamlR6.Rdread yaml file and convert to R6 configuration object
Examples
if (FALSE) {
yfile <- prolfqua::find_package_file("prolfquapp", "application/DIANN/config.yaml")
file.exists(yfile)
config <- read_BF_yamlR6(yfile)
}