set_display.data.frame {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 'data.frame'
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

The entered objects, with all fmt vectors with the wanted display.


[Package tabxplor version 1.3.0 Index]