README.md

Overview

The ubeRpay package is primarily an accounting tool that will help you produce income statements for your Uber or UberEats partner business. Its primary functions are to:

Installation

devtools::install_github("SmarshMELLOW/ubeRpay")

I have only tested this function with delivery data (i.e. UberEats), so if you have an example pay stub from driving (i.e. Uber) that you wouldn't mind sharing, please e-mail it to me. Also, if you encounter a bug, please e-mail me your code and I will work on a patch.

Usage

Currently, ubeRpay does not scrape data from the payments site. To download the PDFs of your pay stubs, go to Uber's partner payments page and click on view statement. Scroll to the bottom of the page and click on Print Statement. This should open a new window with a PDF showing your payments. Save the file as a PDF using landscape mode, A4 paper and minimal or no margins.

Once you have saved all of your pay stubs in a folder, you can batch import them.

stub.dir <- "/Users/SMARSH/UBER Income/pay statements/"

pay.files <- paste0(stub.dir, list.files(stub.dir))

deliv.data <- batch_table_trips( pay.files )

New To Uber

Sign up to drive or deliver with Uber/UberEats using code samm387 and you should receive some bonus after completing 25 trips.



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