match_orders: Find equivalent transaction in TSMC POS system for every...

Description Usage Arguments Value

View source: R/OrderLookup.R

Description

Find equivalent transaction in TSMC POS system for every Order generated through InstaCart.

Usage

1
2
3
4
5
6
7
match_orders(
  df,
  start.date = NULL,
  end.date = NULL,
  r1010.user.name = NULL,
  r1010.password = NULL
)

Arguments

df

Can be either a dataframe exported from InstaCart containing all original columns or string for a CSV file exported from InstaCart.

start.date

Lower date limit of the search on 1010.

end.date

Upper date limit of the search on 1010.

r1010.user.name

String for 1010's user name. If NULL, input will be prompted in the Console.

r1010.password

String for 1010's password. If NULL, input will be prompted in the Console.

Value

returns a dataframe containing InstaCart Order Id's and their equivalent Transaction ID in our TMSC Pos System.


savemart-strategy/InstaMatch documentation built on Sept. 21, 2020, 3:22 a.m.