get_r3_from_dv_csv | R Documentation |
get_r3_from_dv_csv() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get ready4 submodule from dataverse comma separated variables file. The function returns Tibble ready4 submodule (a ready4 submodule extension of tibble).
get_r3_from_dv_csv(
file_name_chr,
data_repo_db_ui_chr,
data_repo_ui_chr = NA_character_,
r3_fn = ready4use_imports
)
file_name_chr |
File name (a character vector) |
data_repo_db_ui_chr |
Data repository database user interface (a character vector) |
data_repo_ui_chr |
Data repository user interface (a character vector), Default: 'NA' |
r3_fn |
Ready4 submodule (a function), Default: ready4use_imports |
Tibble ready4 submodule (a ready4 submodule extension of tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.