bheavner / minidtools

A R package for working with BDDS minids
Other
1 stars 0 forks source link

add load_configuration() function #22

Closed bheavner closed 6 years ago

bheavner commented 6 years ago

Not sure how to do - generic/method? How have default arguments?

One idea: take string, parse in function body. e.g. https://stackoverflow.com/questions/23107094/setting-working-directory-through-a-function/30910171

bheavner commented 6 years ago

options: generic method, or just a function. useful: https://gist.github.com/cbare/3670578