Description Usage Arguments Value Examples
Quckly generate extract vital information on the sources of icoming cash to the statement.
1 | statement_in(statement)
|
statement |
This is the full MPESA statement table generated by statement_full() function.Please note that this function does not work without the statement. |
statement_in(statement)
returns a dataframe with sources of income
1 2 3 4 5 6 7 | library(mpesaR)
statement <- statement_full(rawfile)
statement_in(statement)
#using the pipe ( %>% ) operator
mpesa_file("path/to/MPESAfile.pdf","MYSECRETPASWWORD") %>%
statement_full() %>%
statement_in()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.