output_table: A table for the summary function

View source: R/utils.R

output_tableR Documentation

A table for the summary function

Description

output_table() ...

Usage

output_table(object, col.names, format, digits)

Arguments

object

An autoMrP() object for which a summary is desired.

col.names

The column names of the table. A

format

The table format. A character string passed to kable. Default is simple.

digits

The number of digits to be displayed. An integer scalar. Default is 4.

Value

No return value, prints a table to the console.


autoMrP documentation built on Aug. 17, 2023, 5:07 p.m.