Learn R Programming

bakeoff (version 0.2.0)

bakers_raw: Bakers (raw)

Description

Information about each baker who has appeared on the show.

Usage

bakers_raw

Arguments

Format

A data frame with 120 rows representing individual bakers and 8 variables:

series

A factor denoting UK series (1-10).

baker_full

A character string giving full name.

baker

A character string with a given name or nickname.

age

An integer denoting age in years at first episode appeared.

occupation

A character string giving occupation.

hometown

A character string giving hometown.

baker_last

A character string giving family name.

baker_first

A character string giving given name.

Examples

Run this code
if (require('tibble')) {
  bakers_raw
 }
head(bakers_raw)

Run the code above in your browser using DataLab