make_table: Make a table from report

View source: R/report_model.R

make_tableR Documentation

Make a table from report

Description

Auxiliary function to create tables.

Usage

make_table(x, file, type, info = NULL, ...)

Arguments

x

A data.frame object

file

Name of the file

type

Type of file

info

Footer for the table

...

Additional parameters passed to make_word_table

Value

Creates a file with the table


repmod documentation built on Jan. 20, 2026, 1:06 a.m.

Related to make_table in repmod...