make_abstract_args_ls | R Documentation |
make_abstract_args_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make abstract arguments list. The function returns Abstract arguments (a list).
make_abstract_args_ls(
background_1L_chr = NA_character_,
objectives_1L_chr = NA_character_,
methods_1L_chr = NA_character_,
results_1L_chr = NA_character_,
conclusions_1L_chr = NA_character_,
data_1L_chr = NA_character_,
fl_nm_1L_chr = "abstract.txt"
)
background_1L_chr |
Background (a character vector of length one), Default: 'NA' |
objectives_1L_chr |
Objectives (a character vector of length one), Default: 'NA' |
methods_1L_chr |
Methods (a character vector of length one), Default: 'NA' |
results_1L_chr |
Results (a character vector of length one), Default: 'NA' |
conclusions_1L_chr |
Conclusions (a character vector of length one), Default: 'NA' |
data_1L_chr |
Data (a character vector of length one), Default: 'NA' |
fl_nm_1L_chr |
File name (a character vector of length one), Default: 'abstract.txt' |
Abstract arguments (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.