## Detailed description Get rid of loop in [least_missings](https://github.com/EU-ECDC/EcdcSupportSnippets/blob/master/R/eurostat_wrappers.R) ## Context Might be able to discard for loop in favour of a vectorised solution ## Possible implementation Write a function based on what the loop is doing and then use _apply_
Detailed description
Get rid of loop in least_missings
Context
Might be able to discard for loop in favour of a vectorised solution
Possible implementation
Write a function based on what the loop is doing and then use apply