write_fn_fl: Write function file

Description Usage Arguments

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. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour

Usage

1
write_fn_fl(fns_dmt_tb, r_dir_1L_chr = "R", document_unexp_lgl = T)

Arguments

fns_dmt_tb

Functions documentation (a tibble)

r_dir_1L_chr

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

document_unexp_lgl

Document unexported (a logical vector), Default: T


readyforwhatsnext/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.