airplanes: airplanes

airplanesR Documentation

airplanes

Description

A tibble representing a subset of nycflights13 for the demonstration of function pattern_join

Usage

airplanes

Format

A data.frame with 20 rows and 9 columns:

tailnum

tail number

year

year

type

type

manufacturer

manufacturer

model

model

engines

number of engines

seats

number of seats

speed

speed

engine

engine

Note

created thus:

# set seed
set.seed(1)
# extract twenty rows of nycflights13::planes
airplanes <- nycflights13::planes %>% slice(sample(1:nrow(nycflights13::planes), 20))

joheli/kungfu documentation built on March 25, 2024, 10:10 a.m.