-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I am using the OECD package to download R&D expenditure statistics, in particular: Gross domestic expenditure on R&D by sector of performance and socio-economic objective (SEO), which can be accessed here: https://stats.oecd.org/Index.aspx?DataSetCode=GERD_SEO#
The data series on the OECD.stat site runs till 2019.
When I download the data by means of this command: get_dataset("gerd_objective_nabs2007"), the abovementioned database is downloaded but the series stop at 2015 instead of 2019.
It is not clear to me if this is related to the OECD package or to the OECD API. I hope you can clarify and if it is the API, if you could please show me how to reproduce the API message that is sent to the server, which I will then forward to the OECD.stat to ask what is going on.