Get main table ("Table 1") with descriptive summaries of the database.
Usage
get_table_1(table_speeches, table_contributions, output_format = "data.frame")
Arguments
- table_speeches
A data.frame object, indicating the speeches table.
- table_contributions
A data.frame object, indicating the contributions_simplified table.
- output_format
A character, either "data.frame" or "latex", indicating the output format. Default is "data.frame".
Value
Either a data.frame (default), or LaTeX table code.