Description Usage Arguments Value
make_gnrc_mthd_pair_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make generic method pair list. The function returns Generic method pair (a list).
1 2 3 4 5 6 7 8 9  | make_gnrc_mthd_pair_ls(
  name_1L_chr,
  args_chr = c("x"),
  signature_1L_chr = NA_character_,
  pkg_nm_1L_chr = NA_character_,
  where_1L_chr = NA_character_,
  class_nm_1L_chr,
  fn
)
 | 
name_1L_chr | 
 Name (a character vector of length one)  | 
args_chr | 
 Arguments (a character vector), Default: c("x")  | 
signature_1L_chr | 
 Signature (a character vector of length one), Default: 'NA'  | 
pkg_nm_1L_chr | 
 Package name (a character vector of length one), Default: 'NA'  | 
where_1L_chr | 
 Where (a character vector of length one), Default: 'NA'  | 
class_nm_1L_chr | 
 Class name (a character vector of length one)  | 
fn | 
 Function (a function)  | 
Generic method pair (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.