write_mthds_for_r3_or_r4_clss: Write methods for readyforwhatsnext S3 or readyforwhatsnext...

Description Usage Arguments

Description

write_mthds_for_r3_or_r4_clss() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write methods for readyforwhatsnext s3 or readyforwhatsnext s4 classes. 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
write_mthds_for_r3_or_r4_clss(
  methods_tb,
  fn_ls,
  pkg_nm_1L_chr,
  output_dir_1L_chr
)

Arguments

methods_tb

Methods (a tibble)

fn_ls

Function list (a list of functions)

pkg_nm_1L_chr

Package name (a character vector of length one)

output_dir_1L_chr

Output directory (a character vector of length one)


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