View source: R/qc_transactional_data.R
qc_transactional_data | 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.
qc_transactional_data(x)
x |
R dataframe representing .. |
A number representing whether it passes or not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.