Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Feb 24, 2024
1 parent 872830e commit 658ae8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ public String getRStudyVocabsAsString(DynamicDataSpec dataSpec) {
String studyIdColumnNameAsRString = "rev(" + util.getEntityAncestorsAsRVectorString(getDynamicDataSpecEntityId(dataSpec), _referenceMetadata) + ")[1]";

String studyVocabInR = "{tmp <- data.table::fread('" + util.toColNameOrEmpty(dataSpec) + "', header=FALSE);" +
"names(tmp) <- c('" + studyIdColumnNameAsRString + "', '" + util.toColNameOrEmpty(dataSpec) + "');" +
"names(tmp) <- c(" + studyIdColumnNameAsRString + ", '" + util.toColNameOrEmpty(dataSpec) + "');" +
"tmp}";

String varSpecAsRString = "veupathUtils::VariableSpec(" +
Expand Down

0 comments on commit 658ae8e

Please sign in to comment.