fingertipsR icon indicating copy to clipboard operation
fingertipsR copied to clipboard

Improved error messaging

Open sebastian-fox opened this issue 4 years ago • 0 comments

In some cases where errors occur because of no data (for combinations of indicator and area type), the messaging isn't clear for the user

library(fingertipsR)

phof_data_live <- fingertips_data(ProfileID = 19, AreaTypeID = 202, rank=TRUE) 
test <- indicator_order(DomainID = 1000044, AreaTypeID = 202, ParentAreaTypeID = 6) 

sebastian-fox avatar Oct 29 '20 08:10 sebastian-fox