Quick refactoring to avoid do.call which I find harder to read as nested functions. Originally I needed do.call because I didn't want to touch connect_to_etn(), but since I have a new helper, I can of course change this behaviour and accept a list as an argument instead of separate values for username and password.
Quick refactoring to avoid
do.call
which I find harder to read as nested functions. Originally I needed do.call because I didn't want to touch connect_to_etn(), but since I have a new helper, I can of course change this behaviour and accept a list as an argument instead of separate values for username and password.