Skip to contents

make_rprt_type_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make report type list. The function returns Report type (a list).

Usage

make_rprt_type_ls(rprt_nm_1L_chr, rprt_lup)

Arguments

rprt_nm_1L_chr

Report name (a character vector of length one)

rprt_lup

Report (a lookup table)

Value

Report type (a list)