Learn R Programming

completejourney (version 1.1.0)

get_promotions: Get full Complete Journey promotions data set.

Description

The complete promotions data set for the Complete Journey is too large to be contained within the package. get_promotions() provides an efficient method for downloading the full data set from the source GitHub repository.

Usage

get_promotions(verbose = FALSE)

Arguments

verbose

Logical indicator whether or not to download silently.

Value

A data frame with 20,940,529 rows and 5 variables

See Also

promotions_sample for details regarding the variables.

Examples

Run this code
# NOT RUN {
# requires internet connection
promotions <- get_promotions()
# }

Run the code above in your browser using DataLab