Custom YAML converts TRUE/FALSE to yes/no
I would like to create a custom YAML
with the as.yaml
function. Somehow it convert the TRUE/FALSE values to yes/no. Here is some reproducible code:
Add line break between yaml values
I’m creating a custom yaml using the yaml
function. Since the yaml can become large I would like to insert some line breaks between values. Unfortunately, I’m not sure how to do that. Here is some reproducible code: