write_fn_fl: Write function file

write_fn_flR Documentation

Write function file

Description

write_fn_fl() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write function file. The function is called for its side effects and does not return a value.

Usage

write_fn_fl(
  fns_env_ls,
  pkg_setup_ls,
  document_unexp_lgl = T,
  consent_1L_chr = NULL,
  fns_dmt_tb = deprecated(),
  r_dir_1L_chr = deprecated()
)

Arguments

fns_env_ls

Functions (a list of environments)

pkg_setup_ls

Package setup (a list)

document_unexp_lgl

Document unexported (a logical vector), Default: T

consent_1L_chr

Consent (a character vector of length one), Default: NULL

fns_dmt_tb

Functions documentation (a tibble), Default: deprecated()

r_dir_1L_chr

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

Value

No return value, called for side effects.


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