Guest User

Untitled

a guest
Nov 16th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. library(pander)
  2. panderOptions('table.alignment.default', function(df)
  3. ifelse(sapply(df, is.numeric), 'right', 'left'))
  4. panderOptions('table.split.table', Inf)
  5. panderOptions('big.mark', ",")
  6. panderOptions('keep.trailing.zeros', TRUE)
Add Comment
Please, Sign In to add comment