exportCodeSearch: Export a code_search object into an Excel spreadsheet
Description
This function will be moved to omopgenerics (and re-exported by
CodelistGenerator) once stable.
Usage
exportCodeSearch(codeSearch, file, path = getwd())
Value
The code_search object is exported to a file.
Arguments
- codeSearch
A code_search object.
- file
Name of the Excel spreadsheet to be created.
- path
Path where to create the Excel file.