Search...
Ctrl
+
K
68c4
Sign in
Subscribe
R studio code
library(tidyverse)manufacturers <- mpg |> mutate(manufacturer = str_to_title(manufacturer))