write_script_to_make_gnrc: Write script to make generic

Description Usage Arguments

Description

write_script_to_make_gnrc() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write script to make generic. 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
12
13
14
15
16
write_script_to_make_gnrc(
  write_file_ls,
  gnrc_exists_1L_lgl,
  gen_mthd_pair_ls,
  fn_name_1L_chr,
  fn_type_1L_chr,
  fn_desc_1L_chr = NA_character_,
  fn_outp_type_1L_chr = NA_character_,
  fn_title_1L_chr = NA_character_,
  class_nm_1L_chr = NA_character_,
  output_dir_1L_chr = NA_character_,
  overwrite_1L_lgl = F,
  s3_1L_lgl = F,
  write_1L_lgl = T,
  doc_in_class_1L_lgl = F
)

Arguments

write_file_ls

Write file (a list)

gnrc_exists_1L_lgl

Generic exists (a logical vector of length one)

gen_mthd_pair_ls

Generate method pair (a list)

fn_name_1L_chr

Function name (a character vector of length one)

fn_type_1L_chr

Function type (a character vector of length one)

fn_desc_1L_chr

Function description (a character vector of length one), Default: 'NA'

fn_outp_type_1L_chr

Function output type (a character vector of length one), Default: 'NA'

fn_title_1L_chr

Function title (a character vector of length one), Default: 'NA'

class_nm_1L_chr

Class name (a character vector of length one), Default: 'NA'

output_dir_1L_chr

Output directory (a character vector of length one), Default: 'NA'

overwrite_1L_lgl

Overwrite (a logical vector of length one), Default: F

s3_1L_lgl

S3 (a logical vector of length one), Default: F

write_1L_lgl

Write (a logical vector of length one), Default: T

doc_in_class_1L_lgl

Document in class (a logical vector of length one), Default: F


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