make_path_params_ls | R Documentation |
make_path_params_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make path parameters list. The function returns Path parameters (a list).
make_path_params_ls(
path_to_data_from_top_level_chr = NULL,
consent_1L_chr = "",
consent_indcs_int = 1L,
dv_ds_nm_and_url_chr = NULL,
options_chr = c("Y", "N"),
path_from_top_level_1L_chr = NULL,
path_to_current_1L_chr = NULL,
R_fl_nm_1L_chr = "aaaaaaaaaa.txt",
use_fake_data_1L_lgl = F,
write_new_dir_1L_lgl = F
)
path_to_data_from_top_level_chr |
Path to data from top level (a character vector), Default: NULL |
consent_1L_chr |
Consent (a character vector of length one), Default: ” |
consent_indcs_int |
Consent indices (an integer vector), Default: 1 |
dv_ds_nm_and_url_chr |
Dataverse dataset name and url (a character vector), Default: NULL |
options_chr |
Options (a character vector), Default: c("Y", "N") |
path_from_top_level_1L_chr |
Path from top level (a character vector of length one), Default: NULL |
path_to_current_1L_chr |
Path to current (a character vector of length one), Default: NULL |
R_fl_nm_1L_chr |
R file name (a character vector of length one), Default: 'aaaaaaaaaa.txt' |
use_fake_data_1L_lgl |
Use fake data (a logical vector of length one), Default: F |
write_new_dir_1L_lgl |
Write new directory (a logical vector of length one), Default: F |
Path parameters (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.