Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SCasanova committed Jun 21, 2022
1 parent 318cb81 commit 1bfbd38
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,17 @@ load_pitstops(2021, 20)
# … with 20 more rows
```

## Loaded Data

The package also includes a static data frame for all current drivers and their respective constructors. Complete with team colors, logo and driver number logo.

```{r}
f1dataR::driver_constructor_data %>% colnames()
[1] "driverId" "fullName"
[3] "constructor" "constructorColor"
[5] "constructorColor2" "constructorLogo"
[7] "driverNumber" "numberImage"
[9] "season"
```

0 comments on commit 1bfbd38

Please sign in to comment.