Description Usage Arguments Value Examples
Users data refers to data on unique user accounts. users needs to contain the following variables:
'hash_str': this is a unique identifier for each user account
'marketplace': marketplace that the feedback was left on
'id': alias used on marketplace
'diversity': diversity coefficient, see Soska and Christin (2015)
1 | infoFromUsers(users, userHashesOfInterest)
|
users |
dataframe as described above |
userHashesOfInterest |
vendor_hashes for accounts that have feedback in timeframe of interest; can be generated by 'infoFromFeedback()' |
dataframe with 'vendor_hash', 'id', 'diversity'
1 2 3 4 | ## Not run:
usersOut <- infoFromUsers(users, out$vendorHashes)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.