Changelog
Source:NEWS.md
inbodb 0.0.8
- connect to new database server, and connect to old server if database is not yet on new server (issue #67)
- fix issue #65 in
get_taxonlijsten_items(): return all results in defaultfeature = '%', also results without features - add documentation on use of package on home page (README)
inbodb 0.0.7
- update functions
get_florabank_observations(),get_florabank_taxon_ifbl_year()andget_florabank_traits()(database ‘D0021_00_userFlora’ is deprecated and replaced with ‘D0152_00_Flora’)
inbodb 0.0.6
- new functions
get_taxonlijsten_lists(),get_taxonlijsten_features()andget_taxonlijsten_items()to query the ‘D0156_00_Taxonlijsten’ database - check out
vignette("How to retrieve data from the Taxonlijsten database", package = "inbodb")for more information - new functions
get_meetnetten_schemes(),get_meetnetten_locations(),get_meetnetten_visits(),get_meetnetten_observations()to query the Meetnetten database - check out
vignette("How to retrieve data from the Meetnetten database", package = "inbodb")for more information
inbodb 0.0.5
- Add new function
get_inboveg_ppa()to get point-plant-distance type data (PPA) from INBOVEG (#50) - Simplified
get_inboveg_recording()so that a user no longer needs to specifymultiple = TRUEif multiple surveys, user references, orrecording_givid’s are passed to their respective arguments. Argumentmultipleis no longer needed and is therefore deprecated. A warning is issued if the argument is still being used.
inbodb 0.0.3
- Added support for Microsoft ODBC Driver 18 for SQL Server (#43).
inbodb 0.0.2
- New functions
get_inboveg_layer_cover()andget_inboveg_layer_qualifier(). - Renamed functions
get_inboveg_qualifiers()asget_inboveg_qualifier(),get_inboveg_recordings()asget_inboveg_recording()andget_inboveg_relation()asget_inboveg_relation_recording(). - Added a
NEWS.mdfile to track changes to the package.