get_cndt_mdls: Get candidate models

get_cndt_mdlsR Documentation

Get candidate models

Description

get_cndt_mdls() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get candidate models. Function argument filter_1L_lgl specifies the where to look for the required object. The function returns Candidate models (a lookup table).

Usage

get_cndt_mdls(
  filter_1L_lgl = T,
  mdl_short_nms_chr = NA_character_,
  mdl_types_lup = NULL
)

Arguments

filter_1L_lgl

Filter (a logical vector of length one), Default: T

mdl_short_nms_chr

Model short names (a character vector), Default: 'NA'

mdl_types_lup

Model types (a lookup table), Default: NULL

Value

Candidate models (a lookup table)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.