Description Usage Arguments Value Examples
This function extracts all mpesa statement tables for all pages ,cleans and presents it as a tidy dataframe.
1 | statement_full(rawfile)
|
rawfile |
MPESA pdf file formated by mpesa_file() function |
statement_full(rawfile)
returns tidy dataframe of the MPESA statements tables.
1 2 3 4 5 | library(mpesaR)
statement_full(rawfile)
#using the pipe ( %>% ) operator
mpesa_file("path/to/MPESAfile.pdf","my_national_id") %>%
statement_full()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.