Skip to content

Commit

Permalink
Update dictionary.r
Browse files Browse the repository at this point in the history
  • Loading branch information
stxmjh committed Oct 23, 2024
1 parent daef236 commit 230b7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dictionary.r
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ createDictionary <- function(datadir="Current", name=NULL, quick=FALSE, sourcesF

## add data sources information so that withdrawn consent can be
## handled correctly for each variable
dictionary <- addSourcesToDictionary(dictionary)
dictionary <- addSourcesToDictionary(dictionary, sourcesFile)

if (!is.null(name)) {
saveDictionary(name, dictionary)
Expand Down

0 comments on commit 230b7a9

Please sign in to comment.