Jan Savinc
Jan Savinc
> [UK_covid_reporting_regions.zip](https://github.com/tomwhite/covid-19-uk-data/files/4563933/UK_covid_reporting_regions.zip) > > This is the shapefile I assembled from UK UTLAs, Wales LHB, Scotland LHB, and whatever NI felt like using. > > also from: > https://github.com/terminological/uk-covid-datatools/blob/master/data-raw/UK_covid_reporting_regions.zip Hi...
FWIW, the way I do this at the moment is as follows: ``` library(tidyverse) # for %>% pipes library(DiagrammeR) library(DiagrammeRsvg) # for conversion to svg library(rsvg) # for saving svg...
I've encountered the same, it appears that the labels are in the order of the fitted mode, but the plots are in alphabetical order of variable names.
I'm experiencing the same issue with openxslsx version 4.1.5 and R 4.0.0! I get the error with `&` and `
See below example: ``` wb
Same issue with R versions 4.0.5 and 4.1.0. The github version also fails, not finding package `icon` to install - this was raised as a separate issue https://github.com/nstrayer/datadrivencv/issues/57