autoFixDatabaseCodeCountTable
autoFixDatabaseCodeCountsFile.Rd
Automatically fixes issues in the database code count table.
Usage
autoFixDatabaseCodeCountsFile(
pathToCodeCountsFile,
pathToCodeCountsFileFixed = pathToCodeCountsFile,
keepOnlySourceVocabularyIds = NULL
)
Arguments
- pathToCodeCountsFile
Path to the CSV file containing the database code counts.
- pathToCodeCountsFileFixed
Path where the fixed CSV file should be saved. Defaults to overwriting the input file.
- keepOnlySourceVocabularyIds
Vector of source vocabulary IDs to keep. Other source vocabularies will be removed. If NULL, keeps all vocabularies.