Parse a Chase bank statement (saved in a PDF format) into a tidyverse-friendly dataframe

parse_check_statement(file_path, report_year)

Arguments

file_path

A file path which indicates a PDF file that contains Chase bank statement.

report_year

The year in which the bank statement was reported. The data type of this argument should be numeric (e.g., 2020).

Value

A dataframe with eight columns ("Date, "Description", "Amount", "Balance", "Card", "Venmo", "Withdraw", "Deposit")