airplanes | R Documentation |
A tibble
representing a subset of nycflights13
for the demonstration of function pattern_join
airplanes
A data.frame with 20 rows and 9 columns:
tail number
year
type
manufacturer
model
number of engines
number of seats
speed
engine
created thus:
# set seed set.seed(1) # extract twenty rows of nycflights13::planes airplanes <- nycflights13::planes %>% slice(sample(1:nrow(nycflights13::planes), 20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.