Convenience wrapper around list_ionet_models() to get the current model list. By default it uses cached data; set force_refresh = TRUE to refetch.
ionet_models(api_key = NULL, verbose = TRUE, force_refresh = FALSE)A character vector of model names, or a data frame if detailed=TRUE in the underlying call.
Optional API key for fetching current models. Defaults to IONET_API_KEY environment variable.
Logical indicating whether to show detailed fetching information. Default is TRUE.
Logical indicating whether to force refresh the model list from API. Default is FALSE.
List io.net Models (simple alias)