You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I need to download annual data, I can simply set the input parameters start_time and end_time in OECD::get_dataset() to integers. This is also shown in the examples provided. However, the documentation does not specify what to do to with time other than years. For example, consider the OECD dataset MEI_CLI, that has monthly data. An example SDMX data URL is
What would I write as arguments for start_time and end_time? If I read the SDMX URL, I get the hint that I can write start_time="2000-01", in the fashion YYYY-MM. However, this is undocumented.
This issue is only meant to suggest to improve the documentation.
The text was updated successfully, but these errors were encountered:
When I need to download annual data, I can simply set the input parameters
start_time
andend_time
inOECD::get_dataset()
to integers. This is also shown in the examples provided. However, the documentation does not specify what to do to with time other than years. For example, consider the OECD datasetMEI_CLI
, that has monthly data. An example SDMX data URL isIn R, I would write
What would I write as arguments for
start_time
andend_time
? If I read the SDMX URL, I get the hint that I can writestart_time="2000-01"
, in the fashionYYYY-MM
. However, this is undocumented.This issue is only meant to suggest to improve the documentation.
The text was updated successfully, but these errors were encountered: