rstudio / config

config package for R
https://rstudio.github.io/config/
256 stars 27 forks source link

Evaluate expressions in yaml without using handler function #17

Closed kevinykuo closed 6 years ago

kevinykuo commented 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.