Skip to contents

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).

Usage

get_link_from_tfmn(tfmn_1L_chr, is_OLS_1L_lgl = F)

Arguments

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

Value

Link (a character vector of length one)