Skip to contents

renew.ready4show_authors() is a renew method that renews an instance of a class by updating it with new data. This method is implemented for the ready4 submodule class for authors lookup table The function is called for its side effects and does not return a value.

renew.ready4show_correspondences() is a renew method that renews an instance of a class by updating it with new data. This method is implemented for the Name correspondences lookup table The function is called for its side effects and does not return a value.

renew.ready4show_institutes() is a renew method that renews an instance of a class by updating it with new data. This method is implemented for the ready4 submodule class for institutes lookup table The function is called for its side effects and does not return a value.

Usage

renew.ready4show_authors(
  x,
  first_nm_chr = NA_character_,
  middle_nm_chr = NA_character_,
  last_nm_chr = NA_character_,
  title_chr = NA_character_,
  qualifications_chr = NA_character_,
  institute_chr = NA_character_,
  sequence_int = NA_integer_,
  is_corresponding_lgl = NA,
  email_chr = NA_character_,
  is_equal_first_lgl = NA,
  filter_cdn_1L_chr = NA_character_,
  slice_indcs_int = NA_integer_,
  ...
)

# S4 method for ready4show_authors
renew(
  x,
  first_nm_chr = NA_character_,
  middle_nm_chr = NA_character_,
  last_nm_chr = NA_character_,
  title_chr = NA_character_,
  qualifications_chr = NA_character_,
  institute_chr = NA_character_,
  sequence_int = NA_integer_,
  is_corresponding_lgl = NA,
  email_chr = NA_character_,
  is_equal_first_lgl = NA,
  filter_cdn_1L_chr = NA_character_,
  slice_indcs_int = NA_integer_,
  ...
)

renew.ready4show_correspondences(
  x,
  old_nms_chr = NA_character_,
  new_nms_chr = NA_character_,
  filter_cdn_1L_chr = NA_character_,
  slice_indcs_int = NA_integer_,
  ...
)

# S4 method for ready4show_correspondences
renew(
  x,
  old_nms_chr = NA_character_,
  new_nms_chr = NA_character_,
  filter_cdn_1L_chr = NA_character_,
  slice_indcs_int = NA_integer_,
  ...
)

renew.ready4show_institutes(
  x,
  short_name_chr = NA_character_,
  long_name_chr = NA_character_,
  filter_cdn_1L_chr = NA_character_,
  slice_indcs_int = NA_integer_,
  ...
)

# S4 method for ready4show_institutes
renew(
  x,
  short_name_chr = NA_character_,
  long_name_chr = NA_character_,
  filter_cdn_1L_chr = NA_character_,
  slice_indcs_int = NA_integer_,
  ...
)

Arguments

x

An instance of ready4show_institutes, a ready4 submodule class for institutes lookup table

first_nm_chr

First name (a character vector), Default: 'NA'

middle_nm_chr

Middle name (a character vector), Default: 'NA'

last_nm_chr

Last name (a character vector), Default: 'NA'

title_chr

Title (a character vector), Default: 'NA'

qualifications_chr

Qualifications (a character vector), Default: 'NA'

institute_chr

Institute (a character vector), Default: 'NA'

sequence_int

Sequence (an integer vector), Default: NA

is_corresponding_lgl

Is corresponding (a logical vector), Default: NA

email_chr

Email (a character vector), Default: 'NA'

is_equal_first_lgl

Is equal first (a logical vector), Default: NA

filter_cdn_1L_chr

Filter condition (a character vector of length one), Default: 'NA'

slice_indcs_int

Slice indices (an integer vector), Default: NA

...

Additional arguments

old_nms_chr

Old names (a character vector), Default: 'NA'

new_nms_chr

New names (a character vector), Default: 'NA'

short_name_chr

Short name (a character vector), Default: 'NA'

long_name_chr

Long name (a character vector), Default: 'NA'

Value

x (An object)

x (An object)

x (An object)