make_show_mthd_fn: Make show method function

make_show_mthd_fnR Documentation

Make show method function

Description

make_show_mthd_fn() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make show method function. The function returns Show method function (a character vector of length one).

Usage

make_show_mthd_fn(class_nm_1L_chr, meaningful_nms_ls)

Arguments

class_nm_1L_chr

Class name (a character vector of length one)

meaningful_nms_ls

Meaningful names (a list)

Value

Show method function (a character vector of length one)


ready4-dev/ready4class documentation built on April 22, 2024, 8:30 a.m.