-
Added ECDS destination_code lookups and use in lookup_recode to show where patients go after A&E attendance.
-
Added new lookups for inpatient admission_method and discharge_destination; can be called using epidm::lookup_recode.
-
Change from sapply to purrr::map_dbl to ensure type consistency and prevent creation of list cols.
-
Implemented new steps for record matching, including first/last name field swaps.
-
Add fuzzy match functionality to patient_id
-
Add new package dataset "lab_data" for testing functions
- fixed missing ';' character in SQL connection string
- change trusted_connection=true to trusted_connection=yes to ensure cross-functionality with k8s and linux
- SCarnall fix for the infinite while loop case
- added pkgdown URL
- remove a href links from Description field
- Edits for CRAN submission to change print() to message() to prevent writing to console.
- Added additional webservice links to DESCRIPTION
-
Added a
NEWS.md
file to track changes to the package. -
This is the first release of the package for CRAN submission.