Skip to contents

The type of input (arguments) required and output (return) produced by a function can be efficiently communicated by using meaningful suffices. Definitions of all meaningful suffices used in functions authored for a ready4 framework model implementation can be retrieved using get_obj_types().

Usage

get_obj_types(
  dv_nm_1L_chr = NA_character_,
  dv_ds_metadata_ls = list(list()),
  dv_ds_nm_1L_chr = NA_character_,
  dv_server_1L_chr = NA_character_,
  dv_url_pfx_1L_chr = NA_character_,
  gh_repo_1L_chr = "ready4-dev/ready4",
  gh_tag_1L_chr = "Documentation_0.0",
  type_1L_chr = c("submodule", "tibble"),
  what_1L_chr = c("seed", "all")
)

Arguments

dv_nm_1L_chr

Dataverse name (a character vector of length one), Default: 'NA'

dv_ds_metadata_ls

Dataverse dataset metadata (a list), Default: list(list())

dv_ds_nm_1L_chr

Dataverse dataset name (a character vector of length one), Default: 'NA'

dv_server_1L_chr

Dataverse server (a character vector of length one), Default: 'NA'

dv_url_pfx_1L_chr

Dataverse url prefix (a character vector of length one), Default: 'NA'

gh_repo_1L_chr

Github repository (a character vector of length one), Default: 'ready4-dev/ready4'

gh_tag_1L_chr

Github tag (a character vector of length one), Default: 'Documentation_0.0'

type_1L_chr

Type (a character vector of length one), Default: c("submodule", "tibble")

what_1L_chr

What (a character vector of length one), Default: c("seed", "all")

Value

Object type (a lookup table)