Skip to contents

get_mdl_ctlg_url() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get model catalogue url. The function is called for its side effects and does not return a value.

Usage

get_mdl_ctlg_url(
  mdls_lup,
  mdl_nm_1L_chr,
  server_1L_chr = "dataverse.harvard.edu",
  key_1L_chr = NULL
)

Arguments

mdls_lup

Models (a lookup table)

mdl_nm_1L_chr

Model name (a character vector of length one)

server_1L_chr

Server (a character vector of length one), Default: 'dataverse.harvard.edu'

key_1L_chr

Key (a character vector of length one), Default: NULL

Value

ctlg_url (An object)