tergo-lib 0.2.12

A tool to format R code
Documentation
1
2
3
4
5
a <- 1
b <- 2
f <- function(a, b) a + b

f(a, b)