Hi. I have a code: ``` df <- get_eurostat("bop_iip6_q", filters = list(geo = "PL")) ``` which results in: `Error in get_eurostat_json(id, filters, type, lang, stringsAsFactors, ...):` Rather undesirable, isn't it? I can't think of anything I did wrong here.
Hi.
I have a code:
which results in:
Error in get_eurostat_json(id, filters, type, lang, stringsAsFactors, ...):Rather undesirable, isn't it? I can't think of anything I did wrong here.