write_classes.ready4_constructor_tbl: Write classes method applied to readyforwhatsnext S3 class...

Description Usage Arguments

Description

write_classes.ready4_constructor_tbl() is a Write Classes method that writes new classes. This method is implemented for the readyforwhatsnext S3 class CLASS CONSTRUCTOR TABLE. The function is called for its side effects and does not return a value. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
write_classes.ready4_constructor_tbl(
  x,
  name_pfx_1L_chr,
  output_dir_1L_chr,
  file_exists_cdn_1L_chr = NULL,
  prototype_lup = NULL,
  nss_to_ignore_chr,
  req_pkgs_chr = NA_character_,
  class_in_cache_cdn_1L_chr = "stop",
  abbreviations_lup = NULL
)

Arguments

x

An instance of readyforwhatsnext S3 class CLASS CONSTRUCTOR TABLE

name_pfx_1L_chr

Name prefix (a character vector of length one)

output_dir_1L_chr

Output directory (a character vector of length one)

file_exists_cdn_1L_chr

File exists condition (a character vector of length one), Default: NULL

prototype_lup

Prototype (a lookup table), Default: NULL

nss_to_ignore_chr

Namespaces to ignore (a character vector)

req_pkgs_chr

Req packages (a character vector), Default: 'NA'

class_in_cache_cdn_1L_chr

Class in cache condition (a character vector of length one), Default: 'stop'

abbreviations_lup

Abbreviations (a lookup table), Default: NULL


readyforwhatsnext/ready4class documentation built on Nov. 14, 2020, 1:29 a.m.