make_ret_obj_desc | R Documentation |
make_ret_obj_desc() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make return object description. The function returns Return object description (a character vector of length one).
make_ret_obj_desc(
fn,
abbreviations_lup,
class_name_1L_chr = "",
starts_sentence_1L_lgl = T
)
fn |
Function (a function) |
abbreviations_lup |
Abbreviations (a lookup table) |
class_name_1L_chr |
Class name (a character vector of length one), Default: ” |
starts_sentence_1L_lgl |
Starts sentence (a logical vector of length one), Default: T |
Return object description (a character vector of length one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.