set_display.tabxplor_fmt {tabxplor}R Documentation

Set the "display" vctrs::field of a fmt vector.

Description

Set the "display" vctrs::field of a fmt vector.

Usage

## S3 method for class 'tabxplor_fmt'
set_display(x, value)

Arguments

x

The object to test, to get a field in, or to modify.

value

The value you want to inject in some fmt vector's vctrs::field or attribute using a given "set" function.

Value

A fmt vectors with the wanted display.


[Package tabxplor version 1.2.0 Index]