R/check_statistics.R
check_statistics.Rd
Subnational statistics must be of class subnat
check_statistics(df, param, out = FALSE)
data.frame with subnational statistics at various levels in the long format
Object of type mapspamc_par
that bundles all mapspamc
parameters,
including core model folders, alpha-3 country code, year, spatial
resolution, most detailed level at which subnational statistics are
available, administrative unit level at which the model is solved and type of
model.
logical; should the checking report be returned as output?
data.frame df
when out is set to TRUE
if (FALSE) {
check_statistics(df, param)
}