Skip to contents

make_ten_fold_text() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make ten fold text. The function returns Text (a character vector of length one).

Usage

make_ten_fold_text(results_ls, for_abstract_1L_lgl = F)

Arguments

results_ls

Results (a list)

for_abstract_1L_lgl

For abstract (a logical vector of length one), Default: F

Value

Text (a character vector of length one)