model_type | R Documentation |
A tibble
representing a pattern map for the demonstration of function pattern_join
model_type
A data.frame with 4 rows and 2 columns:
regex pattern
airplane model type
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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.