Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Nov 13, 2023
1 parent be78b53 commit 73ceed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/methods-Megastudy.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ setMethod('getEntityId', signature('StudySpecificVocabulariesByVariable'), funct
#' @include methods-Statistic.R
#' @export
setMethod('as.data.table', signature('StudySpecificVocabulary'), function(x) {
message("as.data.table StudySpecificVocabulary- vocabulary: ", x@vocabulary)
message("vocab length: ", length(x@vocabulary))
.dt <- data.table::data.table('study'=x@study, 'variable'=x@vocabulary)
names(.dt) <- c(x@studyIdColumnName, getColName(x@variableSpec))

Expand Down

0 comments on commit 73ceed6

Please sign in to comment.