renew-methods: Renew (update) values

renew.ready4class_constructorR Documentation

Renew (update) values

Description

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 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")

Arguments

x

An instance of ready4class_pt_lup, a Class prototype lookup table

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)

Value

x (An object)

x (An object)


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