inbo / etn

R package to access data from the European Tracking Network
https://inbo.github.io/etn/
MIT License
6 stars 5 forks source link

Refactor create connection #315

Closed PietrH closed 1 month ago

PietrH commented 1 month ago

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.