In the mapping file (SoIB_mapping_202x.csv), we should stop using "" and "X" in columns. These cause issues during import, being read as NA.
More generally, ensure all logical variables have logical values and all factors are read as factors. These then require many code changes wherever these variables are called, so best to keep this for the next "major" SoIB version.
In the mapping file (
SoIB_mapping_202x.csv
), we should stop using""
and"X"
in columns. These cause issues during import, being read as NA.More generally, ensure all logical variables have logical values and all factors are read as factors. These then require many code changes wherever these variables are called, so best to keep this for the next "major" SoIB version.