The promotions and transactions data sets are too large to be contained within
the package. get_data() is a convenience function to download both
full promotions and transactions data sets simultaneously from the
source GitHub repository. An internet connection is required.
get_data(which = "both", verbose = TRUE)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.
Downloading a single data set will result in a tibble whereas
downloading multiple data sets will return a list containing each tibble.
Returns NULL if the download fails (e.g., network timeout, GitHub
unavailability) with an informative message about the failure.
For specific details on a given data set see the data sets respective help
file (i.e. ?transactions_sample).
Use %<-% for unpacking a list with multiple
tibbles to their own global environment tibble. You can also download a
single data set with get_promotions and get_transactions.
# \donttest{
# download transactions and promotions data sets
# requires internet connection
c(promotions, transactions) %<-% get_data(which = "both")
#> Loading completejourney data sets from GitHub
#> Warning: cannot open URL 'https://github.com/bradleyboehmke/completejourney/blob/master/data/promotions.rds?raw=true': HTTP status was '503 Service Unavailable'
#>
#> Unable to download 'promotions' data from GitHub.
#> This could be due to:
#> - Network connectivity issues
#> - GitHub service unavailability
#> - Repository changes or removal
#>
#> Original error: cannot open the connection to 'https://github.com/bradleyboehmke/completejourney/blob/master/data/promotions.rds?raw=true'
#>
#> Please try again later or check your internet connection.
#> Learn more at: https://github.com/bradleyboehmke/completejourney
#> Error in (function (what, args, quote = FALSE, envir = parent.frame()) { if (!is.list(args)) stop("second argument must be a list") if (quote) args <- lapply(args, enquote) .Internal(do.call(what, args, envir))})(base::quote(function (..., cli_colors, hyperlinks) { options(cli.num_colors = cli_colors, cli.hyperlink = hyperlinks, cli.hyperlink_run = hyperlinks) pkgdown::build_site(...)}), base::quote(list(pkg = structure(list(package = "completejourney", version = "1.1.1", src_path = structure("/Users/boehmkbc/Desktop/Brads-Folder/completejourney", class = c("fs_path", "character")), meta = list(title = "completejourney", url = "https://bradleyboehmke.github.io/completejourney", template = list(params = list(bootswatch = "spacelab")), home = list(strip_header = TRUE), navbar = list(type = "default", left = list(list(text = "Articles", icon = "fas fa-book", menu = list(list(text = "User Guide", href = "articles/completejourney.html"))), list(text = "Reference", icon = "fa-file-code-o", href = "reference/index.html"), list(text = "News", icon = "fa-newspaper-o", href = "news/index.html")), right = list(list(text = "GitHub", icon = "fa-github fa-lg", href = "https://github.com/bradleyboehmke/completejourney"))), reference = list(list(title = "Package overview", desc = "Overview of the completejourney package", contents = "`completejourney`"), list(title = "Datasets", desc = "A complete list of package datasets", contents = c("`campaigns`", "`campaign_descriptions`", "`coupons`", "`coupon_redemptions`", "`demographics`", "`products`", "`promotions_sample`", "`transactions_sample`")), list(title = "Data importing", desc = "Download full promotions and transactions data sets", contents = c("`get_promotions`", "`get_transactions`", "`get_data`")), list(title = "Utilities", desc = "Utility functions and operators", contents = "`%<-%`"))), desc = <environment>, bs_version = 3, development = list(destination = "dev", mode = "default", version_label = "default", in_dev = FALSE, prefix = ""), prefix = "", dst_path = structure("/Users/boehmkbc/Desktop/Brads-Folder/completejourney/docs", class = c("fs_path", "character")), lang = "en", install_metadata = FALSE, figures = structure(list( dev = "ragg::agg_png", dpi = 96L, dev.args = list(), fig.ext = "png", fig.width = 7.29166666666667, fig.height = NULL, fig.retina = 2L, fig.asp = 0.618046971569839, bg = NULL, other.parameters = list()), class = "print_yaml"), repo = list( url = list(home = "https://github.com/bradleyboehmke/completejourney/", source = "https://github.com/bradleyboehmke/completejourney/blob/HEAD/", issue = "https://github.com/bradleyboehmke/completejourney/issues/", user = "https://github.com/")), topics = structure(list( name = c(campaign_descriptions.Rd = "campaign_descriptions", campaigns.Rd = "campaigns", completejourney.Rd = "completejourney", coupon_redemptions.Rd = "coupon_redemptions", coupons.Rd = "coupons", demographics.Rd = "demographics", get_data.Rd = "get_data", get_promotions.Rd = "get_promotions", get_transactions.Rd = "get_transactions", `multi-assign.Rd` = "%<-%", pipe.Rd = "%>%", products.Rd = "products", promotions_sample.Rd = "promotions_sample", transactions_sample.Rd = "transactions_sample" ), file_in = c("campaign_descriptions.Rd", "campaigns.Rd", "completejourney.Rd", "coupon_redemptions.Rd", "coupons.Rd", "demographics.Rd", "get_data.Rd", "get_promotions.Rd", "get_transactions.Rd", "multi-assign.Rd", "pipe.Rd", "products.Rd", "promotions_sample.Rd", "transactions_sample.Rd" ), file_out = c("campaign_descriptions.html", "campaigns.html", "completejourney.html", "coupon_redemptions.html", "coupons.html", "demographics.html", "get_data.html", "get_promotions.html", "get_transactions.html", "multi-assign.html", "pipe.html", "products.html", "promotions_sample.html", "transactions_sample.html" ), alias = list(campaign_descriptions.Rd = "campaign_descriptions", campaigns.Rd = "campaigns", completejourney.Rd = c("completejourney-package", "completejourney"), coupon_redemptions.Rd = "coupon_redemptions", coupons.Rd = "coupons", demographics.Rd = "demographics", get_data.Rd = "get_data", get_promotions.Rd = "get_promotions", get_transactions.Rd = "get_transactions", `multi-assign.Rd` = "%<-%", pipe.Rd = "%>%", products.Rd = "products", promotions_sample.Rd = "promotions_sample", transactions_sample.Rd = "transactions_sample"), funs = list(campaign_descriptions.Rd = "campaign_descriptions", campaigns.Rd = "campaigns", completejourney.Rd = character(0), coupon_redemptions.Rd = "coupon_redemptions", coupons.Rd = "coupons", demographics.Rd = "demographics", get_data.Rd = "get_data()", get_promotions.Rd = "get_promotions()", get_transactions.Rd = "get_transactions()", `multi-assign.Rd` = "`%<-%`", pipe.Rd = "`%>%`", products.Rd = "products", promotions_sample.Rd = "promotions_sample", transactions_sample.Rd = "transactions_sample"), title = c(campaign_descriptions.Rd = "Campaign metadata.", campaigns.Rd = "Campaigns to household data.", completejourney.Rd = "<code>completejourney</code> package", coupon_redemptions.Rd = "Coupon redemption data.", coupons.Rd = "Coupon metadata.", demographics.Rd = "Household demographic metadata.", get_data.Rd = "Download full promotions and transactions data simultaneously.", get_promotions.Rd = "Get full Complete Journey promotions data set.", get_transactions.Rd = "Get full Complete Journey transactions data set.", `multi-assign.Rd` = "Assign values to names", pipe.Rd = "Pipe operator", products.Rd = "Product metadata.", promotions_sample.Rd = "Sampling of the full promotions data set.", transactions_sample.Rd = "Sampling of the full Complete Journey transactions." ), rd = list(campaign_descriptions.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/campaign_descriptions.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("data", class = c("TEXT", "tag"))), class = c("tag_docType", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("campaign_descriptions", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("campaign_descriptions", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Campaign metadata.", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A data frame with 27 rows and 4 variables\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" campaign_id: Uniquely identifies each campaign; Ranges 1-27\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" campaign_type: Type of campaign (Type A, Type B, Type C)\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" start_date: Start date of campaign\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" end_date: End date of campaign\n", class = c("TEXT", "tag"))), class = c("tag_itemize", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_format", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("84.51°, Customer Journey study, ", class = c("TEXT", "tag")), structure(list(structure("http://www.8451.com/area51/", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_source", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("campaign_descriptions\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("campaign_descriptions", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("a tibble", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_value", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Campaign metadata for all campaigns run for the Customer Journey study. This\n", class = c("TEXT", "tag")), structure("dataset gives the length of time for which a campaign runs. So, any coupons\n", class = c("TEXT", "tag")), structure("received as part of a campaign are valid within the dates contained in this\n", class = c("TEXT", "tag")), structure("dataset.\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("# full data set\n", class = c("RCODE", "tag")), structure("campaign_descriptions\n", class = c("RCODE", "tag")), structure("\n", class = c("RCODE", "tag" )), structure("# Join product campaign metadata to campaign_table dataset\n", class = c("RCODE", "tag")), structure("require(\"dplyr\")\n", class = c("RCODE", "tag")), structure("campaigns %>%\n", class = c("RCODE", "tag")), structure(" left_join(campaign_descriptions, \"campaign_id\")\n", class = c("RCODE", "tag"))), class = c("tag_donttest", "tag")), structure("\n", class = c("RCODE", "tag"))), class = c("tag_examples", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("datasets", class = c("TEXT", "tag"))), class = c("tag_keyword", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), campaigns.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/campaigns.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("data", class = c("TEXT", "tag"))), class = c("tag_docType", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("campaigns", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("campaigns", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Campaigns to household data.", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A data frame with 6,589 rows and 2 variables\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" campaign_id: Uniquely identifies each campaign; Ranges 1-27\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" household_id: Uniquely identifies each household\n", class = c("TEXT", "tag"))), class = c("tag_itemize", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_format", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("84.51°, Customer Journey study, ", class = c("TEXT", "tag")), structure(list(structure("https://www.8451.com/area51/", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_source", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("campaigns\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("campaigns", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("a tibble", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_value", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Data on the campaigns received by each household in the Complete Journey study.\n", class = c("TEXT", "tag")), structure("Each household received a different set of marketing campaigns.\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("# full data set\n", class = c("RCODE", "tag")), structure("campaigns\n", class = c("RCODE", "tag")), structure("\n", class = c("RCODE", "tag" )), structure("# Join household demographics metadata to campaigns dataset\n", class = c("RCODE", "tag")), structure("require(\"dplyr\")\n", class = c("RCODE", "tag")), structure("campaigns %>%\n", class = c("RCODE", "tag")), structure(" left_join(demographics, \"household_id\")\n", class = c("RCODE", "tag"))), class = c("tag_donttest", "tag")), structure("\n", class = c("RCODE", "tag"))), class = c("tag_examples", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("datasets", class = c("TEXT", "tag"))), class = c("tag_keyword", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), completejourney.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/completejourney.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("package", class = c("TEXT", "tag"))), class = c("tag_docType", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("completejourney", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("completejourney-package", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("completejourney", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("completejourney", class = c("RCODE", "tag"))), class = c("tag_code", "tag")), structure(" package", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Retail shopping transactions for 2,469 households over one year\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Learn more here:\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("https://github.com/bradleyboehmke/completejourney", class = c("VERB", "tag"))), class = "tag"), structure(list(structure("GitHub", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_href", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_details", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Useful links:\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag" )), structure(" ", class = c("TEXT", "tag")), structure(list(structure("https://github.com/bradleyboehmke/completejourney", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" Report bugs at ", class = c("TEXT", "tag")), structure(list(structure("https://github.com/bradleyboehmke/completejourney/issues", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_itemize", "tag")), structure("\n", class = c("TEXT", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_seealso", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure("Maintainer", class = c("TEXT", "tag"))), class = c("tag_strong", "tag")), structure(": Brad Boehmke ", class = c("TEXT", "tag")), structure(list(structure("bradleyboehmke@gmail.com", class = c("TEXT", "tag"))), class = c("tag_email", "tag")), structure(" (", class = c("TEXT", "tag")), structure(list(structure(list(structure("https://orcid.org/0000-0002-3611-8516", class = c("VERB", "tag"))), class = "tag"), structure(list(structure("ORCID", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_href", "tag")), structure(")\n", class = c("TEXT", "tag" )), structure("\n", class = c("TEXT", "tag")), structure("Authors:\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag" )), structure(" Steven M. Mortimer ", class = c("TEXT", "tag")), structure(list(structure("reportmort@gmail.com", class = c("TEXT", "tag"))), class = c("tag_email", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_itemize", "tag")), structure("\n", class = c("TEXT", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_author", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), coupon_redemptions.Rd = structure(list(structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/coupon_redemptions.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list( structure("data", class = c("TEXT", "tag"))), class = c("tag_docType", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list( structure("coupon_redemptions", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("coupon_redemptions", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Coupon redemption data.", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A data frame with 2,102 rows and 4 variables\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" household_id: Uniquely identifies each household\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" coupon_upc: Uniquely identifies each coupon (unique to household and campaign)\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" campaign_id: Uniquely identifies each campaign\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" redemption_date: Date when the coupon was redeemed\n", class = c("TEXT", "tag"))), class = c("tag_itemize", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_format", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("84.51°, Customer Journey study, ", class = c("TEXT", "tag")), structure(list(structure("http://www.8451.com/area51/", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_source", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("coupon_redemptions\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Coupon data identifying the coupons that each household redeemed in the Complete\n", class = c("TEXT", "tag")), structure("Journey study.\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("# full data set\n", class = c("RCODE", "tag")), structure("coupon_redemptions\n", class = c("RCODE", "tag")), structure("\n", class = c("RCODE", "tag")), structure("# Join coupon metadata to coupon_redempt dataset\n", class = c("RCODE", "tag")), structure("require(\"dplyr\")\n", class = c("RCODE", "tag")), structure("coupon_redemptions %>%\n", class = c("RCODE", "tag")), structure(" left_join(coupons, \"coupon_upc\")\n", class = c("RCODE", "tag"))), class = c("tag_donttest", "tag")), structure("\n", class = c("RCODE", "tag"))), class = c("tag_examples", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("datasets", class = c("TEXT", "tag"))), class = c("tag_keyword", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), coupons.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/coupons.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("data", class = c("TEXT", "tag"))), class = c("tag_docType", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("coupons", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("coupons", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Coupon metadata.", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A data frame with 116,204 rows and 3 variables\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" coupon_upc: Uniquely identifies each coupon (unique to household and campaign)\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" product_id: Uniquely identifies each product\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" campaign_id: Uniquely identifies each campaign\n", class = c("TEXT", "tag"))), class = c("tag_itemize", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_format", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("84.51°, Customer Journey study, ", class = c("TEXT", "tag")), structure(list(structure("http://www.8451.com/area51/", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_source", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("coupons\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("coupons", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("a tibble", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_value", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Coupon metadata for all coupons used in campaigns advertised to households\n", class = c("TEXT", "tag")), structure("participating in the Customer Journey study.\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("# full data set\n", class = c("RCODE", "tag")), structure("coupons\n", class = c("RCODE", "tag")), structure("\n", class = c("RCODE", "tag" )), structure("# Join product metadata to coupon dataset\n", class = c("RCODE", "tag")), structure("require(\"dplyr\")\n", class = c("RCODE", "tag")), structure("coupons %>%\n", class = c("RCODE", "tag")), structure(" left_join(products, \"product_id\")\n", class = c("RCODE", "tag"))), class = c("tag_donttest", "tag")), structure("\n", class = c("RCODE", "tag"))), class = c("tag_examples", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("datasets", class = c("TEXT", "tag"))), class = c("tag_keyword", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), demographics.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/demographics.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("data", class = c("TEXT", "tag"))), class = c("tag_docType", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("demographics", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("demographics", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Household demographic metadata.", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A data frame with 801 rows and 8 variables\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" household_id: Uniquely identifies each household\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" age: Estimated age range\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" income: Household income range\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" home_ownership: Homeowner status (Homeowner, Renter, Unknown)\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" marital_status: Marital status (Married, Single, Unknown)\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" household_size: Size of household up to 5+\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" household_comp: Household composition description\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" kids_count: Number of children present up to 3+\n", class = c("TEXT", "tag"))), class = c("tag_itemize", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_format", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("84.51°, Customer Journey study, ", class = c("TEXT", "tag")), structure(list(structure("https://www.8451.com/area51/", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_source", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("demographics\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("demographics", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("a tibble", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_value", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Household demographic metadata for households participating in the Customer Journey study.\n", class = c("TEXT", "tag")), structure("Due to nature of the data, the demographic information is not available for all\n", class = c("TEXT", "tag")), structure("households.\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("# full data set\n", class = c("RCODE", "tag")), structure("demographics\n", class = c("RCODE", "tag")), structure("\n", class = c("RCODE", "tag" )), structure("# Transaction line items that don't have household metadata\n", class = c("RCODE", "tag")), structure("require(\"dplyr\")\n", class = c("RCODE", "tag")), structure("transactions_sample %>%\n", class = c("RCODE", "tag")), structure(" anti_join(demographics, \"household_id\")\n", class = c("RCODE", "tag"))), class = c("tag_donttest", "tag")), structure("\n", class = c("RCODE", "tag")), structure("\n", class = c("RCODE", "tag" ))), class = c("tag_examples", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("datasets", class = c("TEXT", "tag"))), class = c("tag_keyword", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), get_data.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/get_data.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("get_data", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("get_data", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Download full promotions and transactions data simultaneously.", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Downloading from ", class = c("TEXT", "tag")), structure(list(structure("https://github.com/bradleyboehmke/completejourney/tree/master/data", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure(".\n", class = c("TEXT", "tag")), structure(" Data originated from 84.51°, Customer Journey study, ", class = c("TEXT", "tag")), structure(list(structure("http://www.8451.com/area51/", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag")), structure(" and were processes for analysis.\n", class = c("TEXT", "tag"))), class = c("tag_source", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("get_data(which = \"both\", verbose = TRUE)\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("which", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Character string of one or more data sets to be downloaded.\n", class = c("TEXT", "tag")), structure("Can be one of the following; default is ", class = c("TEXT", "tag")), structure(list(structure("\"both\"", class = c("RCODE", "tag"))), class = c("tag_code", "tag")), structure(":\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(list(structure("\"both\"", class = c("TEXT", "tag"))), class = c("LIST", "tag")), structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(list(structure("\"promotions\"", class = c("TEXT", "tag"))), class = c("LIST", "tag")), structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(list(structure("\"transactions\"", class = c("TEXT", "tag"))), class = c("LIST", "tag")), structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" ))), class = c("tag_itemize", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list( structure(list(structure("verbose", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Logical indicator whether or not to download silently.", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" ))), class = c("tag_arguments", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Downloading a single data set will result in a tibble whereas\n", class = c("TEXT", "tag")), structure(" downloading multiple data sets will return a list containing each tibble.\n", class = c("TEXT", "tag")), structure(" Returns ", class = c("TEXT", "tag")), structure(list(structure("NULL", class = c("RCODE", "tag"))), class = c("tag_code", "tag")), structure(" if the download fails (e.g., network timeout, GitHub\n", class = c("TEXT", "tag")), structure(" unavailability) with an informative message about the failure.\n", class = c("TEXT", "tag")), structure(" For specific details on a given data set see the data sets respective help\n", class = c("TEXT", "tag")), structure(" file (i.e. ", class = c("TEXT", "tag")), structure(list(structure("?transactions_sample", class = c("RCODE", "tag"))), class = c("tag_code", "tag")), structure(").\n", class = c("TEXT", "tag"))), class = c("tag_value", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("The promotions and transactions data sets are too large to be contained within\n", class = c("TEXT", "tag")), structure("the package. ", class = c("TEXT", "tag")), structure(list(structure("get_data()", class = c("RCODE", "tag"))), class = c("tag_code", "tag")), structure(" is a convenience function to download both\n", class = c("TEXT", "tag")), structure("full promotions and transactions data sets simultaneously from the\n", class = c("TEXT", "tag")), structure("source GitHub repository. An internet connection is required.\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("# download transactions and promotions data sets\n", class = c("RCODE", "tag")), structure("# requires internet connection\n", class = c("RCODE", "tag")), structure("c(promotions, transactions) %<-% get_data(which = \"both\")\n", class = c("RCODE", "tag"))), class = c("tag_donttest", "tag")), structure("\n", class = c("RCODE", "tag"))), class = c("tag_examples", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Use ", class = c("TEXT", "tag" )), structure(list(structure(list(structure("%<-%", class = c("TEXT", "tag"))), Rd_option = structure("zeallot", Rd_tag = "TEXT"), class = c("tag_link", "tag"))), class = c("tag_code", "tag")), structure(" for unpacking a list with multiple\n", class = c("TEXT", "tag")), structure("tibbles to their own global environment tibble. You can also download a\n", class = c("TEXT", "tag")), structure("single data set with ", class = c("TEXT", "tag")), structure(list(structure(list(structure("get_promotions", class = c("TEXT", "tag"))), class = c("tag_link", "tag"))), class = c("tag_code", "tag")), structure(" and ", class = c("TEXT", "tag" )), structure(list(structure(list(structure("get_transactions", class = c("TEXT", "tag"))), class = c("tag_link", "tag"))), class = c("tag_code", "tag")), structure(".\n", class = c("TEXT", "tag" ))), class = c("tag_seealso", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), get_promotions.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/get_promotions.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("get_promotions", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("get_promotions", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Get full Complete Journey promotions data set.", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Downloading from ", class = c("TEXT", "tag")), structure(list(structure("https://github.com/bradleyboehmke/completejourney/tree/master/data", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure(".\n", class = c("TEXT", "tag")), structure(" Data originated from 84.51°, Customer Journey study, ", class = c("TEXT", "tag")), structure(list(structure("http://www.8451.com/area51/", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag")), structure(" and were processes for analysis.\n", class = c("TEXT", "tag"))), class = c("tag_source", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("get_promotions(verbose = FALSE)\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("verbose", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Logical indicator whether or not to download silently.", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_arguments", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A data frame with 20,940,529 rows and 5 variables. Returns ", class = c("TEXT", "tag")), structure(list(structure("NULL", class = c("RCODE", "tag"))), class = c("tag_code", "tag")), structure("\n", class = c("TEXT", "tag")), structure(" if the download fails (e.g., network timeout, GitHub unavailability) with\n", class = c("TEXT", "tag")), structure(" an informative message about the failure.\n", class = c("TEXT", "tag"))), class = c("tag_value", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("The complete promotions data set for the Complete Journey is too large to be\n", class = c("TEXT", "tag")), structure("contained within the package. ", class = c("TEXT", "tag")), structure(list(structure("get_promotions()", class = c("RCODE", "tag"))), class = c("tag_code", "tag")), structure(" provides an efficient\n", class = c("TEXT", "tag")), structure("method for downloading the full data set from the source GitHub repository.\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("# requires internet connection\n", class = c("RCODE", "tag")), structure("promotions <- get_promotions()\n", class = c("RCODE", "tag"))), class = c("tag_donttest", "tag")), structure("\n", class = c("RCODE", "tag"))), class = c("tag_examples", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("promotions_sample", class = c("TEXT", "tag"))), class = c("tag_link", "tag"))), class = c("tag_code", "tag")), structure(" for details regarding the variables.\n", class = c("TEXT", "tag"))), class = c("tag_seealso", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), get_transactions.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/get_transactions.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("get_transactions", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("get_transactions", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Get full Complete Journey transactions data set.", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Downloading from ", class = c("TEXT", "tag")), structure(list(structure("https://github.com/bradleyboehmke/completejourney/tree/master/data", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure(".\n", class = c("TEXT", "tag")), structure(" Data originated from 84.51°, Customer Journey study, ", class = c("TEXT", "tag")), structure(list(structure("http://www.8451.com/area51/", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag")), structure(" and were processes for analysis.\n", class = c("TEXT", "tag"))), class = c("tag_source", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("get_transactions(verbose = FALSE)\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("verbose", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Logical indicator whether or not to download silently.", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_arguments", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A data frame with 1,469,307 rows and 11 variables. Returns ", class = c("TEXT", "tag")), structure(list(structure("NULL", class = c("RCODE", "tag"))), class = c("tag_code", "tag")), structure("\n", class = c("TEXT", "tag")), structure(" if the download fails (e.g., network timeout, GitHub unavailability) with\n", class = c("TEXT", "tag")), structure(" an informative message about the failure.\n", class = c("TEXT", "tag"))), class = c("tag_value", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("The complete transactions data set for the Complete Journey is too large to be\n", class = c("TEXT", "tag")), structure("contained within the package. ", class = c("TEXT", "tag")), structure(list(structure("get_transactions()", class = c("RCODE", "tag"))), class = c("tag_code", "tag")), structure(" provides an efficient\n", class = c("TEXT", "tag")), structure("method for downloading the full data set from the source GitHub repository.\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("# requires internet connection\n", class = c("RCODE", "tag")), structure("transactions <- get_transactions()\n", class = c("RCODE", "tag"))), class = c("tag_donttest", "tag")), structure("\n", class = c("RCODE", "tag"))), class = c("tag_examples", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("transactions_sample", class = c("TEXT", "tag"))), class = c("tag_link", "tag"))), class = c("tag_code", "tag")), structure(" for details regarding the variables.\n", class = c("TEXT", "tag"))), class = c("tag_seealso", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), `multi-assign.Rd` = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/utils.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("%<-%", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("%<-%", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Assign values to names", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("x %<-% value\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("x", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("A name structure.", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list( structure(list(structure("value", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("A list of values, vector of values, or R objects to assign.", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" ))), class = c("tag_arguments", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("See ", class = c("TEXT", "tag" )), structure(list(structure(list(structure("%<-%", class = c("TEXT", "tag"))), Rd_option = structure("zeallot", Rd_tag = "TEXT"), class = c("tag_link", "tag"))), class = c("tag_code", "tag")), structure(" for more details.\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), pipe.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/utils.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("%>%", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("%>%", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Pipe operator", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("lhs %>% rhs\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Pipe operator\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("internal", class = c("TEXT", "tag"))), class = c("tag_keyword", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), products.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/products.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("data", class = c("TEXT", "tag"))), class = c("tag_docType", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("products", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("products", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Product metadata.", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A data frame with 92,331 rows and 7 variables\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" product_id: Uniquely identifies each product\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" manufacturer_id: Uniquely identifies each manufacturer\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" department: Groups similar products together\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" brand: Indicates Private or National label brand\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" product_category: Groups similar products together at lower level\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" product_type: Groups similar products together at lowest level\n", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag")), structure(" package_size: Indicates package size (not available for all products)\n", class = c("TEXT", "tag"))), class = c("tag_itemize", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_format", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("84.51°, Customer Journey study, ", class = c("TEXT", "tag")), structure(list(structure("https://www.8451.com/area51/", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_source", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("products\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("products", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("a tibble", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_value", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Product metadata for all products purchased by households participating in\n", class = c("TEXT", "tag")), structure("the Customer Journey study.\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("# full data set\n", class = c("RCODE", "tag")), structure("products\n", class = c("RCODE", "tag")), structure("\n", class = c("RCODE", "tag" )), structure("# Transaction line items that don't have product metadata\n", class = c("RCODE", "tag")), structure("require(\"dplyr\")\n", class = c("RCODE", "tag")), structure("transactions_sample %>%\n", class = c("RCODE", "tag")), structure(" anti_join(products, \"product_id\")\n", class = c("RCODE", "tag"))), class = c("tag_donttest", "tag")), structure("\n", class = c("RCODE", "tag"))), class = c("tag_examples", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("datasets", class = c("TEXT", "tag"))), class = c("tag_keyword", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), promotions_sample.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/promotions.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("data", class = c("TEXT", "tag"))), class = c("tag_docType", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("promotions_sample", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("promotions_sample", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Sampling of the full promotions data set.", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A data frame with 360,535 rows and 5 variables\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag")), structure(list(), class = c("tag_item", "tag" )), structure(" product_id: Uniquely identifies each product\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" store_id: Uniquely identifies each store\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" display_location: Display location (see details for range of values)\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" mailer_location: Mailer location (see details for range of values)\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" week: Week of the transaction; Ranges 1-53\n", class = c("TEXT", "tag"))), class = c("tag_itemize", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_format", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("84.51°, Customer Journey study, ", class = c("TEXT", "tag")), structure(list(structure("http://www.8451.com/area51/", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_source", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("promotions_sample\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("promotions_sample", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("a tibble", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_value", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A sampling of the promotions data from the Complete Journey study signifying\n", class = c("TEXT", "tag")), structure("whether a given product was featured in the weekly mailer or was part of an\n", class = c("TEXT", "tag")), structure("in-store display (other than regular product placement).\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("Display Location Codes", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("\n", class = c("TEXT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" 0 - Not on Display\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" 1 - Store Front\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" 2 - Store Rear\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" 3 - Front End Cap\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" 4 - Mid-Aisle End Cap\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" 5 - Rear End Cap\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" 6 - Side-Aisle End Cap\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" 7 - In-Aisle\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" 9 - Secondary Location Display\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" A - In-Shelf\n", class = c("TEXT", "tag"))), class = c("tag_itemize", "tag")), structure("\n", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_section", "tag")), structure("\n", class = c("TEXT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list( structure(list(structure("Mailer Location Codes", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("\n", class = c("TEXT", "tag")), structure("\n", class = c("TEXT", "tag" )), structure(list(structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" 0 - Not on ad\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" A - Interior page feature\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" C - Interior page line item\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" D - Front page feature\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" F - Back page feature\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" H - Wrap from feature\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" J - Wrap interior coupon\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" L - Wrap back feature\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" P - Interior page coupon\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" X - Free on interior page\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag" )), structure(list(), class = c("tag_item", "tag" )), structure(" Z - Free on front page, back page or wrap\n", class = c("TEXT", "tag"))), class = c("tag_itemize", "tag")), structure("\n", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_section", "tag")), structure("\n", class = c("TEXT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list( structure("\n", class = c("RCODE", "tag")), structure(list( structure("\n", class = c("RCODE", "tag")), structure("# sampled promotions data set\n", class = c("RCODE", "tag")), structure("promotions_sample\n", class = c("RCODE", "tag")), structure("\n", class = c("RCODE", "tag")), structure("# Join promotions to transactions to analyze\n", class = c("RCODE", "tag")), structure("# product promotion/location\n", class = c("RCODE", "tag")), structure("require(\"dplyr\")\n", class = c("RCODE", "tag")), structure("transactions_sample %>%\n", class = c("RCODE", "tag")), structure(" left_join(\n", class = c("RCODE", "tag")), structure(" promotions_sample,\n", class = c("RCODE", "tag")), structure(" c(\"product_id\", \"store_id\", \"week\")\n", class = c("RCODE", "tag")), structure(" )\n", class = c("RCODE", "tag"))), class = c("tag_donttest", "tag")), structure("\n", class = c("RCODE", "tag"))), class = c("tag_examples", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Use ", class = c("TEXT", "tag" )), structure(list(structure(list(structure("get_promotions", class = c("TEXT", "tag"))), class = c("tag_link", "tag"))), class = c("tag_code", "tag")), structure(" to download the entire promotions\n", class = c("TEXT", "tag")), structure(" data containing all 20,940,529 rows.\n", class = c("TEXT", "tag"))), class = c("tag_seealso", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("datasets", class = c("TEXT", "tag"))), class = c("tag_keyword", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag")), transactions_sample.Rd = structure(list( structure("% Generated by roxygen2: do not edit by hand", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure("% Please edit documentation in R/transactions.R", class = c("COMMENT", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("data", class = c("TEXT", "tag"))), class = c("tag_docType", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("transactions_sample", class = c("VERB", "tag"))), class = c("tag_name", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("transactions_sample", class = c("VERB", "tag"))), class = c("tag_alias", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("Sampling of the full Complete Journey transactions.", class = c("TEXT", "tag"))), class = c("tag_title", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A data frame with 75,000 rows and 11 variables\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(" ", class = c("TEXT", "tag")), structure(list(structure(list(structure("household_id", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Uniquely identifies each household", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" )), structure(" ", class = c("TEXT", "tag")), structure(list(structure(list(structure("store_id", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Uniquely identifies each store", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" )), structure(" ", class = c("TEXT", "tag")), structure(list(structure(list(structure("basket_id", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Uniquely identifies a purchase occasion", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" )), structure(" ", class = c("TEXT", "tag")), structure(list(structure(list(structure("product_id", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Uniquely identifies each product", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" )), structure(" ", class = c("TEXT", "tag")), structure(list(structure(list(structure("quantity", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Number of the products purchased during the trip", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" )), structure(" ", class = c("TEXT", "tag")), structure(list(structure(list(structure("sales_value", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Amount of dollars retailer receives from sale", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" )), structure(" ", class = c("TEXT", "tag")), structure(list(structure(list(structure("retail_disc", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Discount applied due to retailer's loyalty card program", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" )), structure(" ", class = c("TEXT", "tag")), structure(list(structure(list(structure("coupon_disc", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Discount applied due to manufacturer coupon", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" )), structure(" ", class = c("TEXT", "tag")), structure(list(structure(list(structure("coupon_match_disc", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Discount applied due to retailer's match of manufacturer coupon", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" )), structure(" ", class = c("TEXT", "tag")), structure(list(structure(list(structure("week", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Week of the transaction; Ranges 1-53", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" )), structure(" ", class = c("TEXT", "tag")), structure(list(structure(list(structure("transaction_timestamp", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("Date and time of when the transaction occurred", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag" ))), class = c("tag_describe", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_format", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("84.51°, Customer Journey study, ", class = c("TEXT", "tag")), structure(list(structure("http://www.8451.com/area51/", class = c("VERB", "tag"))), class = c("tag_url", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_source", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("transactions_sample\n", class = c("RCODE", "tag"))), class = c("tag_usage", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure(list(structure(list(structure("transactions_sample", class = c("TEXT", "tag"))), class = "tag"), structure(list(structure("a tibble", class = c("TEXT", "tag"))), class = "tag")), class = c("tag_item", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("tag_value", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("A sampling of all products purchased by households within the Complete Journey\n", class = c("TEXT", "tag")), structure("study. Each line found in this table is essentially the same line that would\n", class = c("TEXT", "tag")), structure("be found on a store receipt. This is only a subsample of the complete\n", class = c("TEXT", "tag")), structure("data set to keep package size manageable.\n", class = c("TEXT", "tag"))), class = c("tag_description", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure(list(structure("\n", class = c("RCODE", "tag")), structure("transactions_sample\n", class = c("RCODE", "tag"))), class = c("tag_donttest", "tag")), structure("\n", class = c("RCODE", "tag"))), class = c("tag_examples", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("\n", class = c("TEXT", "tag")), structure("Use ", class = c("TEXT", "tag" )), structure(list(structure(list(structure("get_transactions", class = c("TEXT", "tag"))), class = c("tag_link", "tag"))), class = c("tag_code", "tag")), structure(" to download the entire transactions\n", class = c("TEXT", "tag")), structure(" data containing all 1,469,307 rows.\n", class = c("TEXT", "tag"))), class = c("tag_seealso", "tag")), structure("\n", class = c("TEXT", "tag")), structure(list(structure("datasets", class = c("TEXT", "tag"))), class = c("tag_keyword", "tag")), structure("\n", class = c("TEXT", "tag"))), class = c("Rd", "tag"))), source = list( campaign_descriptions.Rd = "R/campaign_descriptions.R", campaigns.Rd = "R/campaigns.R", completejourney.Rd = "R/completejourney.R", coupon_redemptions.Rd = "R/coupon_redemptions.R", coupons.Rd = "R/coupons.R", demographics.Rd = "R/demographics.R", get_data.Rd = "R/get_data.R", get_promotions.Rd = "R/get_promotions.R", get_transactions.Rd = "R/get_transactions.R", `multi-assign.Rd` = "R/utils.R", pipe.Rd = "R/utils.R", products.Rd = "R/products.R", promotions_sample.Rd = "R/promotions.R", transactions_sample.Rd = "R/transactions.R"), keywords = list("datasets", "datasets", character(0), "datasets", "datasets", "datasets", character(0), character(0), character(0), character(0), "internal", "datasets", "datasets", "datasets"), concepts = list( character(0), character(0), character(0), character(0), character(0), character(0), character(0), character(0), character(0), character(0), character(0), character(0), character(0), character(0)), internal = c(FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE), lifecycle = list(NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)), class = c("tbl_df", "tbl", "data.frame"), row.names = c(NA, -14L)), tutorials = structure(list( name = character(0), file_out = character(0), title = character(0), pagetitle = character(0), url = character(0)), class = c("tbl_df", "tbl", "data.frame"), row.names = integer(0)), vignettes = structure(list( name = "completejourney", type = "rmd", file_in = "vignettes/completejourney.Rmd", file_out = "articles/completejourney.html", title = "The Complete Journey User Guide", description = NA_character_, depth = 1L), row.names = c(NA, -1L), class = c("tbl_df", "tbl", "data.frame"))), class = "pkgdown"), examples = TRUE, run_dont_run = FALSE, seed = 1014L, lazy = FALSE, override = list(), install = FALSE, preview = FALSE, new_process = FALSE, devel = FALSE, quiet = TRUE, cli_colors = 256L, hyperlinks = TRUE)), envir = base::quote(<environment>), quote = base::quote(TRUE)): missing value for variable `promotions`
# }