knit_print.table1: Method for printing in a 'knitr' context.

View source: R/table1.R

knit_print.table1R Documentation

Method for printing in a knitr context.

Description

Method for printing in a knitr context.

Usage

## S3 method for class 'table1'
knit_print(x, ...)

Arguments

x

An object returned by table1.

...

Further arguments passed on to knitr::knit_print.

Details

If the target is HTML, the usual internal formatting will be applied; otherwise, fall back to a 'data.frame'.


benjaminrich/table1 documentation built on April 29, 2023, 7:05 p.m.