write_r4_mthds: Write ready4 module methods

write_r4_mthdsR Documentation

Write ready4 module methods

Description

write_r4_mthds() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write ready4 module methods. The function returns a S4 methods (a list).

Usage

write_r4_mthds(
  fns_dir_1L_chr = "data-raw/s4_fns",
  fn_types_lup = NULL,
  import_from_chr = character(0),
  output_dir_1L_chr = "R",
  pkg_nm_1L_chr = character(0)
)

Arguments

fns_dir_1L_chr

Functions directory (a character vector of length one), Default: 'data-raw/s4_fns'

fn_types_lup

Function types (a lookup table), Default: NULL

import_from_chr

Import from (a character vector), Default: character(0)

output_dir_1L_chr

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

pkg_nm_1L_chr

Package name (a character vector of length one), Default: character(0)

Value

a S4 methods (a list)


ready4-dev/ready4class documentation built on April 22, 2024, 8:30 a.m.