write_mdls_to_dv: Write models to dataverse

write_mdls_to_dvR Documentation

Write models to dataverse

Description

write_mdls_to_dv() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write models to dataverse. The function returns Output summary (a list).

Usage

write_mdls_to_dv(
  outp_smry_ls,
  consent_1L_chr = "",
  consent_indcs_int = 1L,
  new_dir_nm_1L_chr = "G_Shareable",
  options_chr = c("Y", "N"),
  shareable_title_detail_1L_chr = "",
  output_dir_chr = NA_character_
)

Arguments

outp_smry_ls

Output summary (a list)

consent_1L_chr

Consent (a character vector of length one), Default: ”

consent_indcs_int

Consent indices (an integer vector), Default: 1

new_dir_nm_1L_chr

New directory name (a character vector of length one), Default: 'G_Shareable'

options_chr

Options (a character vector), Default: c("Y", "N")

shareable_title_detail_1L_chr

Shareable title detail (a character vector of length one), Default: ”

output_dir_chr

Output directory (a character vector), Default: 'NA'

Value

Output summary (a list)


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