Problem5.32 <- data.frame(
"Clubs" = c(
'Old',
'Old',
'Old',
'New',
'New',
'New',
'Old',
'Old',
'Old',
'New',
'New',
'New',
'Old',
'Old',
'Old',
'New',
'New',
'New'
),
"Course" = c(
'Ahwatukee',
'Ahwatukee',
'Ahwatukee',
'Ahwatukee',
'Ahwatukee',
'Ahwatukee',
'Karsten',
'Karsten',
'Karsten',
'Karsten',
'Karsten',
'Karsten',
'Foothills',
'Foothills',
'Foothills',
'Foothills',
'Foothills',
'Foothills'
),
"Score" = c(
90,
87,
86,
88,
87,
85,
91,
93,
90,
90,
91,
88,
88,
86,
90,
86,
85,
88
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.