update_fn_dmt_with_slots: Update function documentation with slots

Description Usage Arguments Value

Description

update_fn_dmt_with_slots() is an Update function that edits an object, while preserving core object attributes. Specifically, this function implements an algorithm to update function documentation with slots. Function argument fn_name_1L_chr specifies the object to be updated. Argument fn_dmt_1L_chr provides the object to be updated. The function returns Function documentation (a character vector of length one).

Usage

1
update_fn_dmt_with_slots(fn_name_1L_chr, fn_dmt_1L_chr)

Arguments

fn_name_1L_chr

Function name (a character vector of length one)

fn_dmt_1L_chr

Function documentation (a character vector of length one)

Value

Function documentation (a character vector of length one)


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