get_link_from_tfmn | R Documentation |
get_link_from_tfmn() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get link from transformation. Function argument tfmn_1L_chr specifies the where to look for the required object. The function returns Link (a character vector of length one).
get_link_from_tfmn(tfmn_1L_chr, is_OLS_1L_lgl = F)
tfmn_1L_chr |
Transformation (a character vector of length one) |
is_OLS_1L_lgl |
Is ordinary least squares (a logical vector of length one), Default: F |
Link (a character vector of length one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.