Problem14.2 <- data.frame(
"Finish" = c(
79,
62,
92,
99,
88,
75,
36,
53,
94,
74,
85,
79,
53,
56,
40,
56,
46,
57,
76,
68,
46,
57,
62,
47
),
"Machine" = c(
1,
1,
2,
2,
3,
3,
4,
4,
1,
1,
2,
2,
3,
3,
4,
4,
1,
1,
2,
2,
3,
3,
4,
4
),
"Operator" = c(
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
3,
3,
3,
3
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.