Learn R Programming

elbird (version 0.2.5)

model_exists: Verifies if model files exists.

Description

Verifies if model files exists.

Usage

model_exists(size = "all")

Value

logical model files exists 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_exists("small")
}

Run the code above in your browser using DataLab