mpesa_file: Imports and formats MPESA file.

Description Usage Arguments Examples

View source: R/mpesa_file.R

Description

This function loads and formats the raw pdf statement int your work space.Its important to note that this function is built over pdftools package.The function thus adds more functionality to pdftools::pdf_text() function.

Usage

1
mpesa_file(path, password = NULL)

Arguments

path

Path to your file.

password

MPESA statement password.A pop up will appear if not filled in.hint your national id

Examples

1
mpesa_file(path = "path/to/my/mpesa_statement.pdf",password = "my secret password")

GeorgeOduor/mpesaR documentation built on April 30, 2020, 12:35 p.m.