generateMissingSSRows() assumes that the SS rows it creates should have all the columns in the SS table. This might cause a problem if your SS data only passes the strict = FALSE validation - in that case your data might not have all the columns, or it might have extra columns. The function should look at which columns are actually in your SS data to decide which columns are added to the missing SS rows it creates.
generateMissingSSRows() assumes that the SS rows it creates should have all the columns in the SS table. This might cause a problem if your SS data only passes the strict = FALSE validation - in that case your data might not have all the columns, or it might have extra columns. The function should look at which columns are actually in your SS data to decide which columns are added to the missing SS rows it creates.