metrumresearchgroup / yspec

Data Specification for Pharmacometrics
https://metrumresearchgroup.github.io/yspec
5 stars 2 forks source link

Smarter decode specification in define.pdf #45

Closed kylebaron closed 3 years ago

kylebaron commented 3 years ago

Summary

As a user, I want yspec to avoid listing a decode string when the decode is the same as the value

Test

kylebaron commented 3 years ago
col: 
  values: [a,b,c]
  decode: [the letter a, b, c]

The display would be

a = the letter a, b, c