`{yaml}` package version is 2.3.6. ``` r library(yaml) x <- " n: 100 " yaml.load(x) #> $`FALSE` #> [1] 100 ```