Learn R Programming

stats19 (version 4.1.0)

extract_make_stats19: Extract vehicle make from generic make/model string

Description

This function extracts the make from a generic make/model string, handling multi-word makes.

Usage

extract_make_stats19(generic_make_model)

Arguments

generic_make_model

A character vector of generic make/model strings

Examples

Run this code
extract_make_stats19(c("FORD FIESTA", "LAND ROVER DISCOVERY"))

Run the code above in your browser using DataLab