get_transactions: 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)
Value
A data frame with 1,469,307 rows and 11 variables. Returns NULL
if the download fails (e.g., network timeout, GitHub unavailability) with
an informative message about the failure.
Arguments
verbose
Logical indicator whether or not to download silently.
See Also
transactions_sample for details regarding the variables.