Kirill Müller

Results 608 issues of Kirill Müller

``` r library(tibble) data # A tibble: 3 × 1 #> x #> #> 1 1.00000 #> 2 2.00000 #> 3 3.00000 DT::datatable(data) ``` ![](https://i.imgur.com/fcpiAVI.png) Created on 2021-12-29 by the...

Ideally, we could define the formatting for values as a property of the column in the raw data, so that it is applied to both plots and tables, as well...

Specify distinct formatting (e.g. different number of significant figures, avoidance of scientific notation) per column or per container - Tag value during creation with `num()` or `char()` -- property of...

Distinguish two modes in `tbl_format_setup()`: printing and formatting. Really useful with #435.

## Current state ``` r library(tibble) tibble(a = tibble(b = 1, c = 2)) #> # A tibble: 1 × 1 #> a$b $c #> #> 1 1 2 ```...

Currently failing, needs tweaks in utf8. For #396.

This is a draft for an interface to pillar's options, as a list of accessors. Other options are: - Getters and setters with a consistent syntax - A knitr-like options...

Needs https://github.com/stemangiola/tidyseurat/issues/40.

Blocked by https://github.com/larmarange/labelled/issues/84.