R-outbreak-info icon indicating copy to clipboard operation
R-outbreak-info copied to clipboard

genomics locations: can't get to a particular location

Open flaneuse opened this issue 2 years ago • 2 comments

b117_nyc = getPrevalence(pangolin_lineage = "B.1.1.7", location="New York")

... if you know you want to look at the county New York, there's no way to access this info without going through the dialogue box to say Y/N.

b117_nyc = getPrevalence(pangolin_lineage = "B.1.1.7", location="New York City")

ideally, should be able to supply a location_id rather than just a name, and within the geo lookup function, to filter by admin level (e.g. look for name: New York + admin_level == 1

flaneuse avatar Nov 04 '21 23:11 flaneuse