You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used get_resource_sql() to return some populations with the HB name, I used it because it allows me to do a join and therefore get all the data I needed as 1 API call, this is faster and was important because it was in a Shiny dashboard.
I managed to get the query to work eventually but there were a few quirks which could probably be handled internally by the function (or at the very least included in the documentation) so that users don't have to figure it out by trial and error.
I used
get_resource_sql()
to return some populations with the HB name, I used it because it allows me to do a join and therefore get all the data I needed as 1 API call, this is faster and was important because it was in a Shiny dashboard.I managed to get the query to work eventually but there were a few quirks which could probably be handled internally by the function (or at the very least included in the documentation) so that users don't have to figure it out by trial and error.
From memory, I think the 'rules' are:
\"
The text was updated successfully, but these errors were encountered: