clean_make_model: Clean vehicle make and model

View source: R/clean.R

clean_make_modelR Documentation

Clean vehicle make and model

Description

This function returns a combined cleaned make and model string. It uses clean_make and clean_model to standardize both parts.

Usage

clean_make_model(generic_make_model)

Arguments

generic_make_model

A character vector of generic make/model strings

Examples

clean_make_model(c("FORD FIESTA", "BMW 3 SERIES"))

stats19 documentation built on March 18, 2026, 5:08 p.m.