Description Usage Arguments Value Examples
This function enables you to extract biodata information from an MPESA statement.
1 | statement_header(rawfile)
|
rawfile |
MPESA pdf file formated by mpesa_file() function |
statement_header(rawfile)
returns tidy dataframe of MPESA statement header information
1 2 3 4 5 6 | library(mpesaR)
rawfile = mpesa_file()
statement_header(rawfile)
#using pipe operator
mpesa_file("path/to/MPESAfile.pdf","my_national_id") %>%
statement_header()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.