MB_append_report {ruminate}R Documentation

Append Report Elements

Description

Appends report elements to a formods report.

Usage

MB_append_report(state, rpt, rpttype, gen_code_only = FALSE)

Arguments

state

MB state from MB_fetch_state()

rpt

Report with the current content of the report which will be appended to in this function. For details on the structure see the documentation for formods::FM_generate_report()

rpttype

Type of report to generate (supported "xlsx", "pptx", "docx").

gen_code_only

Boolean value indicating that only code should be generated (FALSE).

Value

list containing the following elements

See Also

formods::FM_generate_report()


[Package ruminate version 0.3.1 Index]