Get Eurostat data with both labels and codes

19 Views Asked by At

I am trying to get Eurostat data tables including both codes and labels (for variables and geographical entitities).

With the following scripts I get only codes (1) or only labels (2)

(1) demo <- get_eurostat(id = "urb_cpop1", type = "code") (2) demo <- get_eurostat(id = "urb_cpop1", type = "label")

0

There are 0 best solutions below