Skip to contents

get_ttu_dv_dss() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get transfer to utility algorithm dataverse datasets. The function returns Transfer to utility algorithm dataverse datasets (a tibble).

Usage

get_ttu_dv_dss(
  ttu_dv_nms_chr = "TTU",
  server_1L_chr = "dataverse.harvard.edu",
  key_1L_chr = NULL
)

Arguments

ttu_dv_nms_chr

Transfer to utility algorithm dataverse names (a character vector), Default: 'TTU'

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

Transfer to utility algorithm dataverse datasets (a tibble)