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
Some Fingertips downloads contain combined authority level data for some indicators - for example the sickness absence indicators 90286 and 90287 – but I have been unable to extract this data using fingertipsR. Am I doing something wrong, or is this not supposed to be possible for some reason? Is this because of issue #51 ?
The following code outputs the data for these indicators at various geographies but not the combined authority grouping:
Thanks for reporting. This is an issue around terminology - I can't think of a better way of naming arguments. Essentially, the ParentAreaTypeID argument is equivalent to Areas grouped by on Fingertips. To extract combined authorities you need to run the following:
Some Fingertips downloads contain combined authority level data for some indicators - for example the sickness absence indicators 90286 and 90287 – but I have been unable to extract this data using fingertipsR. Am I doing something wrong, or is this not supposed to be possible for some reason? Is this because of issue #51 ?
The following code outputs the data for these indicators at various geographies but not the combined authority grouping:
The AreaTypeID for combined authorities is 126, but when I change the code as follows I get “No data available in table”.
I tried specifying an area code (as below) but that does not return anything either.
I also tried specifying the ParentAreadTypeID for country (which is 15):
The text was updated successfully, but these errors were encountered: