Description
Hi!
Thanks for this fantastic package.
I am trying to access data that is definitely in the Fingertips API, but the fingertips_data() function is returning a blank when trying to bring it through. In the specific example indicator (IndicatorID = 90 528C 777), it is able to bring data through at other geographies, but not at regional level, despite these data being in the API when directly querying it on fingertips.phe.org.uk/api. Even when running the function with AreaTypeID = "All", the regional data (Government Office region, not PHE region/centre) do not appear in the resulting dataframe. Similar indicators (such as 90776) do bring data in at regional level, so I am unsure why specifically this one is not working.
Any help or guidance would be greatly appreciated.
EoE.chlam.prop <- fingertips_data(90777, AreaCode = "E12000006", AreaTypeID = 6) # returns a blank dataframe
All.chlam.prop <- fingertips_data(90777, AreaTypeID = "All") # regional data not present