Learn R Programming

elbird (version 0.2.5)

model_works: Verifies if models work fine.

Description

Verifies if models work fine.

Usage

model_works(size = "all")

Value

logical model work or not.

Arguments

size

model size. default is "all" which is true that all three models must be present.

Examples

Run this code
if (FALSE) {
  get_model("small")
  model_works("small")
}

Run the code above in your browser using DataLab