write_mthds_for_r3_or_r4_clss | R Documentation |
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 ready4 submodule or ready4 module classes. The function is called for its side effects and does not return a value.
write_mthds_for_r3_or_r4_clss(
methods_tb,
fn_ls,
fn_types_lup,
pkg_nm_1L_chr,
output_dir_1L_chr
)
methods_tb |
Methods (a tibble) |
fn_ls |
Function list (a list of functions) |
fn_types_lup |
Function types (a lookup table) |
pkg_nm_1L_chr |
Package name (a character vector of length one) |
output_dir_1L_chr |
Output directory (a character vector of length one) |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.