Problem11.2 <- data.frame(
"Item1Qty" = c(
100,
140,
100,
140,
100,
140,
100,
140,
120,
120,
120
),
"Item1Reorder" = c(
25,
25,
45,
45,
25,
25,
45,
45,
35,
35,
35
),
"Item2Qty" = c(
250,
250,
250,
250,
300,
300,
300,
300,
275,
275,
275
),
"Item2Reorder" = c(
40,
80,
80,
40,
80,
40,
40,
80,
60,
60,
60
),
"TotalCost" = c(
625,
654,
634,
670,
692,
663,
648,
686,
680,
674,
681
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.