0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
yaml
/
tests
/
files
/
[
Home
]
File: test.yml
foo: &foo one: 1 two: 2 bar: &bar three: 3 four: 4 baz: - *foo - *bar quux: &quux <<: *foo <<: *bar five: 5 six: 6 corge: - *quux - xyzzy: <<: *quux