table_trips: Read pdf pay statements and return a df of trips

Description Usage Arguments Examples

Description

This function takes pdfs of pay statement that are downloaded from uber https://partners.uber.com/p3/money/statements/all The settings must correspond to: portrait mode (i.e. wide), paper size A4, margins none. It returns a table of the trip data.

Usage

1
table_trips(pdf_list)

Arguments

pdf_list

a list of the pdf files with the payment info (may be a single pdf)

Examples

1
2
3
stub.dir <- "/Users/UBER Income/pay statements/"
pay.files <- paste0( stub.dir, list.files( stub.dir) )
table_trips( pay.files )

SmarshMELLOW/ubeRpay documentation built on May 29, 2019, 2:33 p.m.