Skip to contents

This function uses clean_table to extract docx tables from two word documents and compare their contents. Tables are assumed to be two iterations of the same data table, i.e., using different data cuts.

Usage

compare_clean_tables(old, new, row_data_start)

Arguments

old

dataframe of one docx table from one docx file

data

dataframe of one docx table from second docx file

row_data_starts

row of table to start data extraction

Value

dataframe with extracted compared info from both docx files