Which function displays the first five rows of the data frame named pizza?
head(pizza, 5)
BOF(pizza, 5)
first(pizza, 5)
top(pizza, 5)