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