R/kiwi_model.R
model_exists.Rd
Verifies if model files exists.
model_exists(size = "all")
model size. default is "all" which is true that all three models must be present.
logical model files exists or not.
logical
if (FALSE) { get_model("small") model_exists("small") }