EHDEN / CdmInspection

R Package to support quality control inspection of an OMOP-CDM instance
Apache License 2.0
11 stars 16 forks source link

Check all places where we expect a vector of length one. #76

Open MaximMoinat opened 2 years ago

MaximMoinat commented 2 years ago

Issue: Error: x must of be a string of length 1. Comes up at multiple places, e.g. multiple CPUs #73 or multiple vocab versions (edge case).

We should check the results where we expect the result to be only one element, and handle the case where this is different. Preventing the code stopping execution.