EHDEN / CdmInspection

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

Error when generating the results document #96

Closed sutsabs closed 11 months ago

sutsabs commented 12 months ago

generateResultsDocument( results, outputFolder, docTemplate = "EHDEN", authors=authors, databaseId = databaseId, databaseName = databaseName, databaseDescription = databaseDescription, smallCellCount = smallCellCount, silent = FALSE )

Error in order(df_t1$COUNT, decreasing = TRUE) : 
  argument 1 is not a vector

I was able to run the cmdInspection() and generate the results. I ran this for marketscan and verified that the results were generated correctly. Now I am trying to generate the report and immidiately I encounter this error.

log_cdmInspection.txt

katiasantaca commented 7 months ago

did u solve the issue? I have the same problem