Skip to contents

Create a formatted gt table.

Usage

visTable(result, header = character(), group = character(), hide = character())

Arguments

result

A tibble it must contain at least two columns: estimate_value and estimate_type.

header

Column names to move to header, must be columns in result.

group

Column names to group by, must be columns in result.

hide

Column names to hide, must be columns in result.

Value

A gt table.