Learn R Programming

completejourney (version 1.1.1)

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.

Examples

Run this code
# \donttest{
# requires internet connection
transactions <- get_transactions()
# }

Run the code above in your browser using DataLab