Replace string in a vector

PHOTO EMBED

Mon Apr 26 2021 17:39:49 GMT+0000 (Coordinated Universal Time)

Saved by @KarlFH #r

mutate(var_name = str_replace(var_name, "Q", "q"))
content_copyCOPY

(e.g. replace all instances of "Q" with "q")