Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get measure 1440 #29

Open
blanca-perez opened this issue Feb 15, 2025 · 0 comments
Open

Can't get measure 1440 #29

blanca-perez opened this issue Feb 15, 2025 · 0 comments

Comments

@blanca-perez
Copy link

I've tried different versions of the get_data functions to get measure 1440 an always get: "! The data you requested may not exists or may be requested improperly. Please try you get_data() call again with different arguments.".

Some examples:

EPHTrackR::get_data(measure = 1440,
strat_level = "ST_CT",
geoItems = 41067,
token = "token")

EPHTrackR::get_data(measure = 1440,
strat_level = "ST",
geoItems = 41,
token = "token")

EPHTrackR::get_data(measure=1440,
strat_level = "ST_CT",
geoItems = "Washington, OR",
token = "token")

EPHTrackR::get_data(measure = 1440,
strat_level = "ST",
token = "token")

EPHTrackR::get_data(measure=1440,
strat_level = "ST_CT",
token = "token")

Can you indicate why is this happening and how to obtain data for this measure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant