Skip to content

Commit

Permalink
filter NA obsNames
Browse files Browse the repository at this point in the history
  • Loading branch information
EhrmannS committed Sep 16, 2024
1 parent b4de301 commit 1a8df41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@
if(varName == "listed"){

obsNames <- unique(outObs$listed$key)
obsNames <- obsNames[!is.na(obsNames)]
idNames <- names(ids)

equalID <- map(.x = seq_along(outIDs), .f = function(ix){
Expand Down

0 comments on commit 1a8df41

Please sign in to comment.