| horizontal_sep {rtables} | R 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 | 
 (  | 
value | 
 (  | 
Value
-  
horizontal_sepreturns the string acting as the header separator. -  
horizontal_sep<-returnsobj, with the new header separator applied recursively to it and all its subtables. 
[Package rtables version 0.6.9 Index]