renew.ready4class_constructor | R Documentation |
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.
renew.ready4class_constructor(
x,
type_1L_chr = "listify",
name_pfx_1L_chr = NULL
)
## S4 method for signature '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 signature 'ready4class_pt_lup'
renew(x, attached_nss_chr, type_1L_chr = "namespace")
x |
An instance of |
type_1L_chr |
Type (a character vector of length one), Default: 'namespace' |
name_pfx_1L_chr |
Name prefix (a character vector of length one), Default: NULL |
attached_nss_chr |
Attached namespaces (a character vector) |
x (An object)
x (An object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.