bheavner / minidtools

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

add invisible() to save_configuration() #30

Closed bheavner closed 6 years ago

bheavner commented 6 years ago

Currently, save_configuration() returns NULL:

> save_configuration(config, overwrite = TRUE)
Overwritting existing config file.
NULL

I think I can make the NULL go away with invisible()