| beers | R Documentation |
A small data frame describing the beer consumption and and demographics of 48 people.
data("beers")
A data frame with 48 observations on the following 8 variables.
Record_IDa numeric vector
Worka factor with levels Employed Unemployed
Consumptiona numeric vector
Gendera factor with levels Female Male
Agea numeric vector
Daya numeric vector
Montha numeric vector
Yeara numeric vector
data(beers)
beers
str(beers)
f <- beers.csv()
basename(f)
beers2 <- read.csv(f, sep = ";")
beers2
identical(beers, beers2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.