bergant / datamodelr

Data model diagrams in R
Other
285 stars 28 forks source link

yaml manual file -> Object Model -> yaml generated -X-> Object Model #17

Open thebruuu opened 5 years ago

thebruuu commented 5 years ago

Hi If I save a model in yaml with write_yaml, I have no way to reload it back in an object mode I did this with the sample file. I manage to load it into an object model But if I try to save the object model into a yaml file (write_yaml) it Doesn't work ...

Thanks