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'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.".
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?
The text was updated successfully, but these errors were encountered: