bakes_raw | R Documentation |
Bakes for both the signature and showstopper challenges for each baker across all 10 GBBO series.
bakes_raw
A data frame with 548 rows representing individual signatures and showstoppers for each baker and 6 variables:
An integer denoting UK series (1
-10
).
An integer denoting episode number within a series.
A character string with a given name or nickname.
A character string containing the bake for the signature challenge for that baker/episode.
An integer denoting the rank on the technical challenge
for that baker/episode. A value of 1
means the baker was the winner of
the technical challenge. If NA
, the baker did not appear in the
episode.
A character string containing the bake for the showstopper challenge for that baker/episode.
if (require('tibble')) { bakes_raw } head(bakes_raw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.