Stéphane Guillou
Stéphane Guillou
This is probably a question more than a bug report, as I suspect I might not be combining functions in the right way. I thought I could use `tm_view(set_view =...
Minor cosmetic issue, but I think it would be worth fixing. ## Steps See [this example map](https://umap.openstreetmap.fr/en/map/untitled-map_1238754), or follow the steps: - create map - add layer - add title...
### To Reproduce Use `toDate()` without options on a column that has, for example, the strings `11/12/2020` and `13/12/2020`. (With the Transform dialog and the `value.toDate()` expression, or with `Edit...
I might be missing something in how financial quarter reporting is standardised, but take the following example: ``` r library(lubridate) quarter(ymd("2025-08-27"), fiscal_start = 1, type = "year_start/end") #> [1] "2024/25...