Matt Kerlogue
Matt Kerlogue
I've been using {gt} for a lot of internal reports, and relying on external styling of the output via a separate CSS file, as such I use `as_raw_html(inline_css = FALSE)`...
Bit of extra effort, but perhaps you could store the boundary of Greater London (you can pull them from the [ONS Geoportal](https://geoportal.statistics.gov.uk/datasets/regions-december-2019-boundaries-en-bfc) using `sf::st_read(https://opendata.arcgis.com/datasets/324a9f3ad2cc4a049e913dddc508aeb2_0.geojson?where=rgn19nm%20%3D%20'London')`) and then check whether the random...
Related to #289, I've recently been working with a table that has Micronesia (the country) listed solely as "Micronesia" not "Federated States of Micronesia" and thus `countrycode` returns an `NA`...
New reports should be published 16/17-Apr. Test run works, need to check on live.
Consider using YAML files to guide table construction. ```yaml title: The 'mtcars' Demo Dataset description: > Aspects of automobile design and performance. properties: > Suppressed values are replaced with the...
rstudio/gt#858 outlines an issue with the `as_raw_html()` function which the `output_table()` function and its internal helpers provide a hacky workaround for (also connected tor rstudio/gt#816). As and when there is...
Related to #7, in addition to prettifying currency amounts I've also got a need to prettify population figures, so while in one case it's useful to have a currency symbol...