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

Use `etnservice` as a dependency and drop `_sql` helpers #316

Open PietrH opened 1 month ago

PietrH commented 1 month ago

In etnservice all functions require a credentials argument which consists of a list of username and password.

-> This could be created using get_credentials()

PietrH commented 1 month ago

Not working because etnservice is dependent on etn by accident, causing a circle dependency, issue: https://github.com/inbo/etnservice/issues/45

Should be fixed in etnservice first