beautypg.com

Ex: indentation, Code, Is anything wrong – Google RLint: Reformatting R Code to Follow the Google Style Guide User Manual

Page 9

background image

Google Confidential and Proprietary

Ex: Indentation

Code

if (x == 5)

while (x > 1)

x <- x - 1

print(x)

Is anything wrong?