set_display.default {tabxplor}R Documentation

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

Description

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

Usage

## Default S3 method:
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 vector (nothing happens).


[Package tabxplor version 1.3.0 Index]