horizontal_sep: Access or recursively set header-body separator for tables

horizontal_sepR Documentation

Access or recursively set header-body separator for tables

Description

Access or recursively set header-body separator for tables

Usage

horizontal_sep(obj)

## S4 method for signature 'VTableTree'
horizontal_sep(obj)

horizontal_sep(obj) <- value

## S4 replacement method for signature 'VTableTree'
horizontal_sep(obj) <- value

## S4 replacement method for signature 'TableRow'
horizontal_sep(obj) <- value

Arguments

obj

ANY. The object for the accessor to access or modify

value

character(1). String to use as new header/body separator.

Value

for horizontal_sep the string acting as the header separator. for ⁠horizontal_sep<-⁠, the obj, with the new header separator applied recursively to it and all its subtables.


rtables documentation built on Aug. 30, 2023, 5:07 p.m.