Problem5.35 <- data.frame(
"KeySize" = c(
'Small',
'Small',
'Small',
'Medium',
'Medium',
'Medium',
'Large',
'Large',
'Large',
'Small',
'Small',
'Small',
'Medium',
'Medium',
'Medium',
'Large',
'Large',
'Large'
),
"KeyboardFeel" = c(
'Mushy',
'Mushy',
'Mushy',
'Mushy',
'Mushy',
'Mushy',
'Mushy',
'Mushy',
'Mushy',
'Crisp',
'Crisp',
'Crisp',
'Crisp',
'Crisp',
'Crisp',
'Crisp',
'Crisp',
'Crisp'
),
"Speed" = c(
31,
33,
35,
36,
35,
33,
37,
34,
33,
36,
40,
41,
40,
41,
42,
38,
36,
39
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.