TexHelp_threePartTable: TexHelp ThreePartTable

Description Usage Arguments Details Value

View source: R/texhelp.R

Description

A (package R.rsp based) implementation of a ThreePartTable. ThreePartTable is a latex package that gives a table with a caption, body, and footer.

Usage

1
2
TexHelp_threePartTable(topCaption, label, innerContents, notes,
  columnAlign)

Arguments

topCaption

The caption at the top of the table

label

The latex label of the table (for cross references)

innerContents

The inner contents of the table (usually "rout")

notes

Notes to go at the bottom of the ThreePartTable

columnAlign

Column alignment - like lcccc

Details

The source code for this "R.rsp template" can be copied and pasted to make new functions to produce latex tables, depending on journal requirements. (If the parameters remain essentially the same, transitioning from one latex table format to another should be relatively painless.)

Value

A character with the latex code for the three part table.


rdisalv2/dismisc documentation built on Nov. 2, 2021, 1:34 a.m.