getHFDitemavail {HMDHFDplus} | R Documentation |
List the available data item names for a given HFD country.
Description
called by readHFDweb()
. This assumes that CNTRY
is actually available in the HFD.
Usage
getHFDitemavail(CNTRY)
Arguments
CNTRY |
HFD country short code. |
Value
a tibble of all available data files for the selected country. There are several useful identifiers that can help determine the appropriate file, including the 'measure' and 'subtype' as detected from the html table properties, and 'lexis' and 'parity' as detected either from the file names or the table properties.
[Package HMDHFDplus version 2.0.3 Index]