get_mthd_titles() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get method titles. The function returns Method titles (a character vector).
get_mthd_titles(
mthd_nms_chr,
pkg_nm_1L_chr = "ready4",
path_1L_chr = character(0)
)
Method titles (a character vector)
Method names (a character vector)
Package name (a character vector of length one), Default: 'ready4'
Path (a character vector of length one), Default: character(0)