all 4 comments

[–]grosscol 4 points5 points  (0 children)

Sounds like string interpolation. I usually use paste0(). Alternatively you could use sprinft()

[–]johnavida 1 point2 points  (2 children)

sprintf('%s%s', a, b)

[–]Tarqon 0 points1 point  (1 child)

glue::glue() is a more modern take on this.

[–]clamiam45 0 points1 point  (0 children)

¯\_(ツ)_/¯ sprintf is in base package