Skip to content

Commit

Permalink
Convert NULL to NA for conceptSchemeVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
aboddie committed Dec 20, 2024
1 parent dbd70f0 commit 5ab0e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/SDMXDimension-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ SDMXDimension <- function(xmlObj, namespaces){
if(is.null(conceptVersion)) conceptVersion <- as.character(NA)
if(is.null(conceptAgency)) conceptAgency <- as.character(NA)
if(is.null(conceptSchemeRef)) conceptSchemeRef <- as.character(NA)
if(is.null(conceptSchemeVersion)) conceptSchemeVersion <- as.character(NA)
if(is.null(conceptSchemeAgency)) conceptSchemeAgency <- as.character(NA)

if(is.null(codelist)) codelist <- as.character(NA)
Expand Down

0 comments on commit 5ab0e33

Please sign in to comment.