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
During the WGCATCH meeting the createRDBESDataObject function was used to read a zip file with all the CS data downloaded from RDBES. It did not work on hierarchies 1 and 5 which have the biggest amount of records. The error returned was the one shown below:
Error in if (any(as.numeric(na.omit(x)) > 2e+09)) out <- round(as.double(x)) else out <- as.integer(x) :
missing value where TRUE/FALSE needed
In addition: Warning message:
In FUN(X[[i]], ...) : NAs introduced by coercion
The text was updated successfully, but these errors were encountered:
During the WGCATCH meeting the createRDBESDataObject function was used to read a zip file with all the CS data downloaded from RDBES. It did not work on hierarchies 1 and 5 which have the biggest amount of records. The error returned was the one shown below:
Error in if (any(as.numeric(na.omit(x)) > 2e+09)) out <- round(as.double(x)) else out <- as.integer(x) :
missing value where TRUE/FALSE needed
In addition: Warning message:
In FUN(X[[i]], ...) : NAs introduced by coercion
The text was updated successfully, but these errors were encountered: