coronaBenfordPlot[dataCase_,label_,selector_]:=ResourceData[ResourceObject["Epidemic Data for Novel Coronavirus COVID-19"]]//Query[Select[selector]/*Flatten,dataCase,#["Values"]&]//DeleteCases[Missing["NotAvailable"]|0]//Map[IntegerDigits/*First]//Show[Histogram[#,{1},"PDF"],DiscretePlot[PDF[BenfordDistribution[10],x],{x,1,9},PlotStylePointSize[Medium]],FrameTrue,FrameLabel{{"frequency",""},{StringTemplate["1st digit of `` daily `` reports"][Length[#],dataCase],label}}]&