commit | 91d5ba97f0d297d521e7c422522ec048ad4dd60f | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 27 15:27:58 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 27 15:27:58 2023 +0200 |
tree | 7fa35b250e7a798616714a8c3601656e333106c0 | |
parent | df5fda1779e0e7afda01f2e5b18f8dc28b2c3058 [diff] |
Drop rownames Change-Id: I1b3b0b703f46a8b58ed68dab52e4e5452949f759
diff --git a/common.R b/common.R index dfb36cf..af68bb8 100644 --- a/common.R +++ b/common.R
@@ -39,7 +39,7 @@ mutate(Example=example) %>% select(Collocate, Example, logDice, pmi, ll) %>% head(50) %>% - datatable(escape = F) %>% + datatable(escape = F, rownames = FALSE) %>% formatRound(columns=~logDice + pmi + ll, digits=2) }