Description Usage Arguments Value
make_gtr_str_dmt_spine() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make getter setter documentation spine. The function returns Getter setter documentation spine (a list of character vectors).
1 2 3 4 5 6 7 | make_gtr_str_dmt_spine(
fn_type_1L_chr,
fn_name_1L_chr,
class_name_1L_chr,
doc_in_class_1L_lgl,
example_1L_lgl = F
)
|
fn_type_1L_chr |
Function type (a character vector of length one) |
fn_name_1L_chr |
Function name (a character vector of length one) |
class_name_1L_chr |
Class name (a character vector of length one) |
doc_in_class_1L_lgl |
Document in class (a logical vector of length one) |
example_1L_lgl |
Example (a logical vector of length one), Default: F |
Getter setter documentation spine (a list of character vectors)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.