renew.ready4class_constructor() is a renew method that renews an instance of a class by updating it with new data. This method is implemented for the Class constructor table The function is called for its side effects and does not return a value.
renew.ready4class_pt_lup() is a renew method that renews an instance of a class by updating it with new data. This method is implemented for the Class prototype lookup table The function is called for its side effects and does not return a value.
Usage
renew.ready4class_constructor(
x,
type_1L_chr = "listify",
name_pfx_1L_chr = NULL
)
# S4 method for ready4class_constructor
renew(x, type_1L_chr = "listify", name_pfx_1L_chr = NULL)
renew.ready4class_pt_lup(x, attached_nss_chr, type_1L_chr = "namespace")
# S4 method for ready4class_pt_lup
renew(x, attached_nss_chr, type_1L_chr = "namespace")