tergo-lib 0.2.12

A tool to format R code
Documentation
1
2
3
4
for (a in c(1, 2, 3, 4)) {
print(a)
1 + 2
}