soda | R Documentation |
A randomly generated dataset of soda preference (cola or orange) based on location.
soda
A data frame with 60 observations on the following 2 variables.
Soda preference, cola or orange.
Is the person from the West coast or East coast?
library(dplyr)
soda |>
count(location, drink)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.