statement_summary: Get Statement Summary statistics

Description Usage Arguments Value Examples

View source: R/mpesa_file.R

Description

This function extracts the statement summary at the begining of every mpesa statement file

Usage

1

Arguments

rawfile

MPESA pdf file formated by mpesa_file() function

Value

statement_summary(rawfile) returns tidy dataframe of the MPESA summary statistics

Examples

1
2
3
4
5
library(mpesaR)
statement_summary(rawfile)
#using the pipe ( %>% ) operator
mpesa_file("path/to/MPESAfile.pdf","my_national_id") %>%
statement_summary()

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