Object powerboat_table is a dataframe of results showing ranks
of 21 drivers in the 2018 F1 Powerboat World Championship. The format
is standard, that is, can be interpreted by function
ordertable2supp() and indeed
ordertable2supp(powerboat_table[,1:7]) gives the corresponding
support function, powerboat.
File inst/powerboat.txt is the source text file; to create
powerboat_table use
read.table(system.file("powerboat.txt",package="hyper2"))
The dataset used here corrects an apparent typo in the wikipedia table
(see github issue 37).
These objects can be generated by running script
inst/powerboat.Rmd, which includes some further discussion and
technical documentation and creates file powerboat.rda which
resides in the data/ directory.