get_transactions {completejourney} | R Documentation |
Get full Complete Journey transactions data set.
Description
The complete transactions data set for the Complete Journey is too large to be
contained within the package. get_transactions()
provides an efficient
method for downloading the full data set from the source GitHub repository.
Usage
get_transactions(verbose = FALSE)
Arguments
verbose |
Logical indicator whether or not to download silently. |
Value
A data frame with 1,469,307 rows and 5 variables
Source
Downloading from https://github.com/bradleyboehmke/completejourney/tree/master/data. Data originated from 84.51°, Customer Journey study, http://www.8451.com/area51/ and were processes for analysis.
See Also
transactions_sample
for details regarding the variables.
Examples
# requires internet connection
transactions <- get_transactions()
[Package completejourney version 1.1.0 Index]