You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message_missing_codes<- c("x"="{.blue {.red Missing} NUTS codes in data. No values are calculated for regions associated with missing NUTS codes. Ensure that the input data is complete.}")
185
189
186
190
} elseif (nrow(missing) ==0) {
187
-
message_missing_codes<- c("v"="{.blue No {.red missing} NUTS codes.}")
191
+
message_missing_codes<- c("v"="{.blue No missing NUTS codes.}")
0 commit comments