Manual
Manuals
Brands
Google Manuals
Software
RLint: Reformatting R Code to Follow the Google Style Guide
10
11
12
13
14
15
16
17
18
19
Google Confidential and Proprietary
Ex: Ease checking program correctness
Code
if (format(Sys.time(), "%Y") == "2014") {
print(paste("UseR!", "2014")
}
Is anything wrong?
1
...
...
11
12
13
14
15
...
...
19