add_dv_meta_to_imp_lup | R Documentation |
add_dv_meta_to_imp_lup() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add dataverse meta to import lookup table. The function returns Import (a lookup table).
add_dv_meta_to_imp_lup(
imp_lup,
ds_ui_1L_chr,
file_type_1L_chr,
save_type_1L_chr
)
imp_lup |
Import (a lookup table) |
ds_ui_1L_chr |
Dataset user interface (a character vector of length one) |
file_type_1L_chr |
File type (a character vector of length one) |
save_type_1L_chr |
Save type (a character vector of length one) |
Import (a lookup table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.