These functions check data returnded from SDMX databases such as Eurostat to verify if
data and metadata has been returned by a query specification. This is a useful check
because wildcard specifications may often result in no data being returned.hasData
returns a logical vector, one element for each series in x
, indication TRUE
if there is numeric data in that series or FALSE
if all
the data in the series is NA
or NaN
. If quiet=FALSE
(the default)
then a warning is issued for each series that has completely missing data.
hasDataCount
prints a count of the number of series with actual data, and returns
the number (invisibly).
hasDataNames
returns the names of series with actual data.
hasDataDescriptions
returns the descriptions of series with actual data.