-
Notifications
You must be signed in to change notification settings - Fork 10
Description
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?