# R studio code

By [68c4](https://paragraph.com/@68c4) · 2023-05-18

---

library(tidyverse)manufacturers <- mpg |> mutate(manufacturer = str\_to\_title(manufacturer))

---

*Originally published on [68c4](https://paragraph.com/@68c4/r-studio-code)*
