Skip to content

Commit

Permalink
Update LoadVocabCsv.R function for lintr errors
Browse files Browse the repository at this point in the history
  • Loading branch information
burrowse committed Oct 4, 2024
1 parent ae71db6 commit 462f293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/LoadVocabFromCsv.r
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LoadVocabFromCsv <-
cdmSchema,
vocabFileLoc,
bulkLoad = FALSE,
delimiter="\t")
delimiter = "\t")
{
csvList <- c(
"concept.csv",
Expand Down

0 comments on commit 462f293

Please sign in to comment.