infoFromFeedback: Get account-level information from feedback data for some...

Description Usage Arguments Details Value Examples

Description

Feedback data refers to unique feedback left on the marketplaces. Feedback needs to contain the following variables:

Usage

1
infoFromFeedback(feedback, startDate, endDate)

Arguments

feedback

dataframe as described above

startDate

string for start of time frame of interest, e.g. "2014-01-10"

endDate

string for end of time frame of interest (exclusive), e.g. "2014-01-15" means up to 1/14

Details

Account-level variables returned are:

Value

list containing 1. dataframe with account-level variables as listed above, 2. unique vendor_hashes of interest (receiving feedback in period of interest), 3. unique item_hashes of interest

Examples

1
2
3
4
## Not run: 
    out <- infoFromFeedback(feedback, "2014-08-01", "2014-08-31")

## End(Not run)

xhtai/heisenbrgr documentation built on June 8, 2019, 9:30 a.m.