qc_transactional_data {CADF} | R Documentation |
The customer analytics data format (CADF) relays heavily on correct input data. Transactional data must: 1.) be a data frame with two columns 2.) Column one is the customer id 3.) Column 2 is the transaction date. Column 2 must be formatted as a date object in R.
Description
The customer analytics data format (CADF) relays heavily on correct input data. Transactional data must: 1.) be a data frame with two columns 2.) Column one is the customer id 3.) Column 2 is the transaction date. Column 2 must be formatted as a date object in R.
Usage
qc_transactional_data(x)
Arguments
x |
R dataframe representing .. |
Value
A number representing whether it passes or not.
[Package CADF version 0.1 Index]