Arne Løftingsmo
Arne Løftingsmo
Aggregation functions only allows input from the column for which the summary value is for. Typical use case shown below where a volume weighted close price uses both close and...
The problem is in the `header_unstructured()` function. `sprintf` seems to have an unnecessary parameter `0`. ``` r library(blastula) blastula:::header_unstructured('ø' , "Subject", encode_unicode = TRUE) #> Warning in sprintf("=?utf-8?B?%s?=", base64enc::base64encode(charToRaw(str)), :...
``` r library(gt) islands_tbl gt::as_gtable(plot = TRUE, text_grob = gridtext::richtext_grob) #> Warning: HTML tags found, and they will be removed. #> Set `options(gt.html_tag_check = FALSE)` to disable this check. ```...