hdm
hdm copied to clipboard
Allow users of HDM to specify default data sets
Default data sets are stored in a config yaml file.
e.g.
hdm_user_data.yaml
hash:
key: value
key2: value
array:
- el1
- el2
boolean: true
integer: 10
float: 1.1
string: 'a string'
``´