Gilead-BioStats / clindata

Synthetic Data for testing and development
https://gilead-biostats.github.io/clindata/
Apache License 2.0
9 stars 0 forks source link

Update `rawplus.yaml` with quoted strings #32

Closed mattroumaya closed 2 years ago

mattroumaya commented 2 years ago

It turns out that quoting strings is important: The values below will all return TRUE

Value1: Y
Value2: Yes
Value3: TRUE

Similarly:

> read_yaml(text = 'N')
[1] FALSE
> read_yaml(text = '"N"')
[1] "N"