Learn R Programming

rtables (version 0.6.12)

horizontal_sep: 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 VTableTree horizontal_sep(obj)

horizontal_sep(obj) <- value

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

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

Value

  • horizontal_sep returns the string acting as the header separator.

  • horizontal_sep<- returns obj, with the new header separator applied recursively to it and all its subtables.

Arguments

obj

(ANY)
the object for the accessor to access or modify.

value

(string)
string to use as new header/body separator.