tergo-lib 0.2.12

A tool to format R code
Documentation
1
2
3
4
5
6
7
call(something, function() {
  TRUE
  c(
    "THIS FUNCTION IS VERY VERY VERY VERY VERY VERY VERY LONG",
    "THIS FUNCTION IS VERY VERY VERY VERY VERY VERY VERY LONG"
  )
})