add_table: Add tables and titles to a word document

View source: R/add_tables.R

add_tableR Documentation

Add tables and titles to a word document

Description

Extends the functionality of the officer package by easing the creation of word documents. Tables will be added sequentually. A page break will be inserted after every table except the last.

Usage

add_table(.docx, tables, titles = NA)

Arguments

.docx

An officer object

tables

A list of tables.

titles

A list of titles. Must be either NA or the length of tables. If NA, tables will be titles 'Table 1', 'Table 2', ...


overdodactyl/mRclwhip documentation built on June 30, 2023, 6:24 a.m.