model_type: model_type

model_typeR Documentation

model_type

Description

A tibble representing a pattern map for the demonstration of function pattern_join

Usage

model_type

Format

A data.frame with 4 rows and 2 columns:

pattern

regex pattern

model_type

airplane model type

Note

created thus:

model_type <- tibble(pattern = c("PA-32", "EMB-145", "7[2-8]7", "A320"),
                     model_type = c("Piper 32", "Embraer 145", "Boeing 7X7", "Airbus 320"))

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