Closed kevinykuo closed 6 years ago
A more elegant way to resolve https://github.com/rstudio/config/issues/12 is now available, by using yaml.load_file() with eval.expr = TRUE.
yaml.load_file()
eval.expr = TRUE
A more elegant way to resolve https://github.com/rstudio/config/issues/12 is now available, by using
yaml.load_file()
witheval.expr = TRUE
.