Skip to content

v0.3.0

Compare
Choose a tag to compare
@evanodell evanodell released this 18 Jun 11:39
· 94 commits to master since this release

nomisr 0.3.0

New features and function changes

  • New nomis_codelist() function, which returns the internal coding for
    different concepts used by the NOMIS API in a \code{tibble}, 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".

Internal changes and bug fixes

  • Uses rsdmx to parse metadata, fixing #7.