get_promotions: Get full Complete Journey promotions data set.

Description Usage Arguments Value Source See Also Examples

View source: R/get_promotions.R

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

1
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

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

promotions_sample for details regarding the variables.

Examples

1
2
# requires internet connection
promotions <- get_promotions()

bradleyboehmke/completejourney documentation built on Jan. 18, 2020, 3:50 a.m.