-
Notifications
You must be signed in to change notification settings - Fork 0
Fix method for calling geography data #2
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
No Issue: 1. get_chas("county", state = "47") then 2. get_chas("county", state = "47", county = "157")
Running the functions in this order returns:
- Data for all counties in Tennessee
- Data for only Shelby County, Tennessee
Issue: 1. get_chas("county", state = "47", county = "157") then 2. get_chas("county", state = "47")
In this order returns:
- Data for only Shelby County
- Data for only Shelby County
Matching with cache data is too simple and doesn't know if a match is only a partial match. Need a reference states and counties? Maybe include with state abbreviations and names for get_chas calls.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working