Replies: 1 comment 2 replies
-
Does |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example,
VA_sector_quarterly_label <- get_eurostat(id = "namq_10_a10", time_format = "num", type = "label", select_time = "Q", stringsAsFactors = FALSE )
I notice passing a vector, type = c("label", "code") does not work.
I can't quite figure out how to request twice, with codes then labels and easily merge these two sets into one.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions