getPrintoutFromGmail: Download CSOB printouts from Gmail

Description Usage Arguments Value Examples

View source: R/getPrintoutsFromGmail.R

Description

This function can be called from an environment which has a browser (for authenitification). Once the user is authentificated, his gmail account is searched for particular messages based on the input arguments.

Usage

1
2
getPrintoutFromGmail(account = "173961977", year = 2017,
  subject = "<c4><8c>SOB Info 24 - V<c3><bd>pis z <c3><ba><c4><8d>tu")

Arguments

account

your CSOB account

year

for what year printouts should be downloaded

subject

Subject of printouts (usuallym default is fine)

Value

A tibble with all transactions

Examples

1
2
3
4
## Not run: 
getPrintoutFromGmail(account = "173961977", year = 2018)

## End(Not run)

xhudik/CSOBReader documentation built on May 7, 2019, 8:02 a.m.