Changes in version 1.2.1 (2025-09-16) - Fixed an issue with tables that had multiple time or region columns, thanks to @djvanderlaan for reporting and solving (issue #41). Changes in version 1.2.0 - Added options to change the API and BULK urls, thanks to Hans Vreeken Changes in version 1.1.0 - Added cbs_add_unit_column to add unit columns to the data set, thanks to Marieke Rensman en Martin van Elp for the suggestion - Bug fix for issue #39 default selection which includes a substring of is not parsed correctly, thanks to @guyhill for reporting - Bug fix for issue #38 cbs_get_data argument typed=FALSE not working correctly, thanks to @guyhill for reporting - Bug fix for issue #37 cbs_download_data: catalog error, thanks to @guyhill for reporting Changes in version 1.0.1 (2024-01-08) - fixed example in cbs_get_catalogs, which failed when catalog was temporarily not available. - bumped version number to 1.0.0 (it's very stable) - added functions for using maps with cbsodataR: cbs_get_maps, cbs_join_sf_with_data andcbs_get_sf. Changes in version 0.5.2 - fixed issue #29 with retrieving from dataderden.cbs.nl, thanks to Mirjam Zengers for reporting Changes in version 0.5.0 - added cbs_search facility, to search for publications containing words. - removed internal setwd() call, fix for issue #28, thx to @jeroenadema - added support for other catalogs: - `cbs_get_catalogs` and `cbs_get_datasets` - `cbs_get_data` and `cbs_get_meta` and the like now have a `catalog` argument Changes in version 0.4.2 - added weeks to cbs_add_date_column, issue #25, thanks to @RichardFromHolland - added warnings when filter selection contains invalid keys. - = has_substring() | "value" is now allowed. Changes in version 0.4.1 (2020-02-20) - added extra query operators: eq, has_substring and | to support the query syntax of cbsopendata. - updated documentation Changes in version 0.3.5 (2019-11-05) - fixed an issue with the vignette, which was failing when the webservice was offline Changes in version 0.3.4 (2019-08-20) - updated documentation - fixed issue #22 when table has no DefaultSelection, thanks to @sarahouweling. Changes in version 0.3.2 (2019-02-21) - Added a new function cbs_get_data_from_link to allow for retrieving data using a link created with the opendata portal. Thanks to Albert Pieters for the suggestion - Improved the base_url default value. - fixed a bug in cbs_get_data, key columns were not always loaded as character columns (issue #15). Thanks to @VincentKars Changes in version 0.3.1 - removed httr and changed to jsonlite::read_json. httr gave problems with some Windows configurations. - fixed cbs_get_toc with select argument (issue #12). Thanks to Rob van Harrevelt. Changes in version 0.3 (2018-04-30) - changed api: all (new) functions are prefixed with cbs_ to have a more clean programming interface. - old functions are still available and working but are deprecated. - verbose=FALSE and cache=TRUE by default: (for new functions). - get_table_list renamed to cbs_get_toc - data by default is typed: converted to the numeric representation (was not the case) - data is not recoded anymore, but label columns can be added to the data set by using cbs_add_label_columns. - View shows the column title. - cbs_add_date_column adds a column with the period converted to Date or numeric. Changes in version 0.2.3 - added with strip.whitespace to get_data (issue #4), suggestion of Jonathan de Bruin - changed address of opendata to https variant. Changes in version 0.2.2 - used httr: better performance and error handling of failed connections. - add get_tables_themes : suggestion of Wietse Dol.