Perform checks in R scripts to ensure there is nothing weird going on with the data. For example, check that all local authorities have at least 1,000 addresses in the cleaned postcode address file. If this is not the case, stop executing the script and display an informative error message.
Start with built-in checks from the SAS scripts and add additional ones if appropriate.
Perform checks in R scripts to ensure there is nothing weird going on with the data. For example, check that all local authorities have at least 1,000 addresses in the cleaned postcode address file. If this is not the case, stop executing the script and display an informative error message.
Start with built-in checks from the SAS scripts and add additional ones if appropriate.