Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aboddie committed Dec 18, 2024
1 parent 61583e8 commit b22a8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/readSDMX.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ readSDMX <- function(file = NULL, isURL = TRUE, isRData = FALSE,

#allow IMF requests to
if(providerId == "IMF_DATA"){
if is.null(references){
if(is.null(references)){
requestParams@references <- "descendants"
}
}
Expand Down

0 comments on commit b22a8f5

Please sign in to comment.