Learn R Programming

animl (version 3.2.0)

list_models: List available models for download.

Description

List available models for download.

Usage

list_models()

Arguments

Value

printout of models

Examples

Run this code
if (FALSE) {
  list_models()
  download_model("https://models.com/path/to/model.pt", out_dir='models')
}

Run the code above in your browser using DataLab