New nomis_codelist()
function, which returns the internal coding for different concepts used by the NOMIS API in a , given a dataset ID and a concept name.
The additional_queries
parameter in nomis_get_data()
and nomis_get_metadata()
has been deprecated and will eventually be removed. Please use the ...
parameter for queries including concepts not available through the default parameters.
The sex
parameter in nomis_get_data()
will also work with datasets that use “gender” instead of “sex”.
rsdmx
to parse metadata, fixing #7.Improved API key handling (#5)
Increased test coverage
Adding rOpenSci reviewers to DESCRIPTION file.
Moved to rOpenSci github repository
Added API key functionality, which is not required by the API but is useful for large requests.
In interactive sessions, users are asked if they want to continue when calling more than 15 pages of data at a time.
nomis_get_data()
and nomis_codes()
functions, improvements to documentation.