bedatadriven / activityinfo-R

ActivityInfo R Language Client
https://www.activityinfo.org/support/docs/R/
18 stars 12 forks source link

Improve messages from `queryTable()` #30

Closed Ryo-N7 closed 1 year ago

Ryo-N7 commented 1 year ago

Similar to #28 . For a successful query, the returned object is the actual data.frame object so the status message being returned is not a concern. So the issue is more about having a better message show up for the user in the console and for me a better message that will show up in my log files.

Something like Getting Form: '__formId__/formLabel__' would be much better than the cryptic Sending POST request to query/columns which doesn't tell me anything about what I'm trying to download from the database using the queryTable() function.