update_pmtsdata_sqlite: Another payment data extraction function

Description Usage Arguments Examples

View source: R/jt_basics_package.R

Description

This function collects new payments data and updates the local sqlite database

Usage

1
update_pmtsdata_sqlite(filename, inpdate)

Arguments

filename

String filename of the gsheet that holds the new data

inpdate

String date after which data is considered new

Examples

1
db <- update_pmtsdata_sqlite("filename", inpdate = max(paymentsdata$deliverydate, na.rm=T) )

sagargupta10/credit_metrics documentation built on May 5, 2019, 12:32 p.m.