R contains assignment operators such as this: <- I have seen code snippets where this operator is displayed as a unified arrow rather than being broken up into the less than symbol (<) and a minus sign (-). This is obviously a styling option to 'beautify' the code. However, I am unable to find how to accomplish this.
See the images below to understand what I meant:
- Broken assignment operator
https://user-images.githubusercontent.com/18128531/27059158-6c0ed8a6-5018-11e7-9b02-6e7f5c556ab0.png
- Unified assignment operator
https://raw.githubusercontent.com/tbradley1013/rstudio-theme/master/www/merbivore-custom.png