Description Usage Format Examples
This entry gives simulated spending data for Americans during Thanksgiving in 2009 based on findings of a Gallup poll.
1 |
A data frame with 436 observations on the following 1 variable.
Amount of spending, in US dollars.
1 2 3 4 | library(ggplot2)
ggplot(thanksgiving_spend, aes(x = spending)) +
geom_histogram(binwidth = 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.