8000 fingertips_data() not pulling data that is in API · Issue #109 · ropensci/fingertipsR · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
fingertips_data() not pulling data that is in API #109
Open
@liamfitzpatrick9

Description

@liamfitzpatrick9

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0