mgacc0

Results 7 issues of mgacc0

When using `format = "simple"` and some cells contain newline characters, would it be manageable to implement an option for mantaining visual alignment? For example: ```r library(tidyverse, knitr) tibble(id =...

feature
help needed

Would you consider of interest adding a ```.fn``` parameter to ```cols_label```? Someting analogous to ```dplyr::rename_with```. So we could, for example, remove a prefix with ``` r cols_label(.fn = ~ str_remove(.,...

Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [2] Medium
Type: ★ Enhancement

Would you consider of interest adding a parameter "decimal.mark" (or similar) to `adorn_pct_formatting`?

seeking comments

The new parameter "columns" to `remove_constant` specifies which columns to check. The default is to check all columns. But since we don't know initially the names of the columns, it...

Would you consider of interest implementing the possibility of specifying negative indexes on the row number of `row_spec` (and also on the column number of `column_spec`)? It is very common...

Does this package have a dependency on `pryr`? Should it be declared? ``` R Error in loadNamespace(name) : there is no package called 'pryr' ```

Would you consider to add some functionality to `prettyunits` like mentioned here https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16982 ``` R #Abbreviate some big numbers using a suffix "k", "M": abbreviate_num

feature