htmlList {qreport}R Documentation

htmlList

Description

Print Named List of Vectors

Usage

htmlList(x, dec = 4)

Arguments

x

a named list

dec

round to this decimal place

Details

Function to print a simple named list of vectors in html Creates a column name from the names of the list If a vector element of the list is numeric, it is rounded to dec digits to the right of the decimal place.

Value

a kable

Author(s)

Frank Harrell

Examples

set.seed(1)
w <- list(A = runif(4), B=rnorm(3))
htmlList(w)

[Package qreport version 1.0-0 Index]